Skip to content

Commit

Permalink
update go for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintWish committed Aug 15, 2024
1 parent 05f6d85 commit 748c4a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: '^1.22'
go-version: '^1.23'

- name: get build tools
run: sudo apt-get -y install build-essential
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: '^1.22'
go-version: '^1.23'

- name: get build tools
run: sudo apt-get -y install build-essential
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: '^1.22'
go-version: '^1.23'

- name: get build tools
run: sudo apt-get -y install build-essential
Expand Down

0 comments on commit 748c4a5

Please sign in to comment.