Skip to content

Commit

Permalink
Bump golang version to 1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pabateman committed Oct 6, 2024
1 parent e0a6743 commit 2fe9fd1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-by-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22.4'
go-version: '1.23.2'

- name: Verify go.mod is sane
run: go mod tidy && git diff --no-patch --exit-code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-by-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22.4'
go-version: '1.23.2'

- name: Verify go.mod is sane
run: go mod tidy && git diff --no-patch --exit-code
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/pabateman/kubectl-nsenter

go 1.22.5
go 1.23.2

require (
github.com/pkg/errors v0.9.1
Expand Down

0 comments on commit 2fe9fd1

Please sign in to comment.