Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
Go 1.22.0 is out
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Feb 7, 2024
1 parent 486430a commit 14a42fa
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: actions/[email protected]
with:
go-version: "1.22.0-rc.1"
go-version: "1.22.0"

- uses: goreleaser/[email protected]
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: actions/[email protected]
with:
go-version: "1.22.0-rc.1"
go-version: "1.22.0"

- uses: goreleaser/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ko-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/[email protected]
id: setup-go
with:
go-version: "1.22.0-rc.1"
go-version: "1.22.0"

- uses: ko-build/[email protected]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ko-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/[email protected]
id: setup-go
with:
go-version: "1.22.0-rc.1"
go-version: "1.22.0"

- uses: ko-build/[email protected]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/[email protected]
with:
go-version: "1.22.0-rc.1"
go-version: "1.22.0"

- name: run-tests
run: go test -race -vet all ./...
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/[email protected]
id: setup-go
with:
go-version: "1.22.0-rc.1"
go-version: "1.22.0"

- run: |
go install honnef.co/go/tools/cmd/staticcheck@master
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ require github.com/jmespath/go-jmespath v0.4.0 // indirect

go 1.22

toolchain go1.22-rc1
toolchain go1.22.0

0 comments on commit 14a42fa

Please sign in to comment.