Skip to content

Commit

Permalink
Merge pull request #806 from trheyi/main
Browse files Browse the repository at this point in the history
Update Go version in macOS build workflow to 1.23.4
  • Loading branch information
trheyi authored Dec 4, 2024
2 parents 7f33a54 + 7ddacd7 commit 46f4d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46f4d55

Please sign in to comment.