Merge pull request #806 from trheyi/main

Update Go version in macOS build workflow to 1.23.4
This commit is contained in:
Max 2024-12-04 09:47:58 +08:00 committed by GitHub
commit 46f4d55dc2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ jobs:
build:
strategy:
matrix:
go: [1.21.1]
go: [1.23.4]
runs-on: "macos-latest"
steps:
- name: Setup Node.js