Skip to content

Commit

Permalink
Merge pull request #1066 from apernet/ci-go122
Browse files Browse the repository at this point in the history
ci: update to go 1.22
  • Loading branch information
tobyxdd authored Apr 28, 2024
2 parents 59f16d0 + 8412ec3 commit d280557
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22"

- name: Setup Python # This is for the build script
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22"

- name: Setup Python # This is for the build script
uses: actions/setup-python@v5
Expand Down

0 comments on commit d280557

Please sign in to comment.