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

Commit

Permalink
Use Go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Dec 20, 2023
1 parent 629655e commit 0eb7747
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.21"
go-version: "1.22.0-rc1"

- 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.21"
go-version: "1.22.0-rc1"

- 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.21"
go-version: "1.22.0-rc1"

- 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.21"
go-version: "1.22.0-rc1"

- 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.21"
go-version: "1.22rc1"

- 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.21"
go-version: "1.22rc1"

- run: |
go install honnef.co/go/tools/cmd/staticcheck@master
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ require (
github.com/jmespath/go-jmespath v0.4.0 // indirect
)

go 1.21
go 1.22

toolchain go1.21.0
toolchain go1.22-rc1

0 comments on commit 0eb7747

Please sign in to comment.