Skip to content

Commit

Permalink
ci: update to go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyxdd committed Apr 28, 2024
1 parent 59f16d0 commit 8412ec3
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 8412ec3

Please sign in to comment.