Skip to content

Commit

Permalink
Merge pull request #169 from cpanato/update-go
Browse files Browse the repository at this point in the history
update Go to 1.21
  • Loading branch information
k8s-ci-robot authored Oct 5, 2023
2 parents f8f4591 + 4f74c90 commit 2b07797
Show file tree
Hide file tree
Showing 5 changed files with 90 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: '1.20'
go-version: '1.21'
check-latest: true

- name: Install cosign
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: '1.20'
go-version: '1.21'
check-latest: true

- name: Install GoReleaser
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/tejolote

go 1.20
go 1.21

require (
chainguard.dev/apko v0.10.0
Expand All @@ -16,7 +16,7 @@ require (
github.com/uwu-tools/magex v0.10.0
golang.org/x/sync v0.3.0
sigs.k8s.io/release-sdk v0.10.3
sigs.k8s.io/release-utils v0.7.5-0.20230707140704-1bf6b4c5d954
sigs.k8s.io/release-utils v0.7.5-0.20230901085630-ff2d69b7382d
)

require (
Expand Down
Loading

0 comments on commit 2b07797

Please sign in to comment.