Skip to content

Commit

Permalink
ci: fix setup-go version
Browse files Browse the repository at this point in the history
Signed-off-by: Zxilly <[email protected]>
  • Loading branch information
Zxilly committed Jun 27, 2024
1 parent 5922f27 commit bd974d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/built-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version-file: "go.mod"
go-version: '1.23-rc.1'
cache: true
check-latest: true

Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version-file: "go.mod"
go-version: '1.23-rc.1'
cache: true
check-latest: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version-file: "go.mod"
go-version: '1.23-rc.1'
cache: true
check-latest: true

Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/Zxilly/go-size-analyzer

go 1.23rc1
go 1.23

toolchain go1.23rc1

require (
github.com/ZxillyFork/gore v0.0.0-20240622181243-e08af164b21c
Expand Down

0 comments on commit bd974d9

Please sign in to comment.