Skip to content

Commit

Permalink
bump Go to 1.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
puertomontt committed May 1, 2024
1 parent 43d089b commit 8be4dc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go 1.21
- name: Set up Go 1.22.2
uses: actions/setup-go@v4
with:
go-version: 1.21
go-version: 1.22.2
- uses: actions/cache@v3
with:
path: ~/go/pkg/mod
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/solo-io/k8s-utils

go 1.21

toolchain go1.22.2
go 1.22.2

require (
github.com/avast/retry-go v2.2.0+incompatible
Expand Down

0 comments on commit 8be4dc0

Please sign in to comment.