Skip to content

Commit

Permalink
use go 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
dh1tw committed Feb 17, 2025
1 parent 4a47244 commit 0d3f150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ jobs:
OS: darwin
ARCH: arm64
steps:
- name: Set up Go 1.18
- name: Set up Go 1.24
uses: actions/setup-go@v1
id: go
with:
go-version: 1.18
go-version: 1.24
- uses: actions/checkout@v1
with:
submodules: true
Expand Down

0 comments on commit 0d3f150

Please sign in to comment.