Skip to content

Commit 2fe9fd1

Browse files
committed
Bump golang version to 1.23.2
1 parent e0a6743 commit 2fe9fd1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-by-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Go
2222
uses: actions/setup-go@v5
2323
with:
24-
go-version: '1.22.4'
24+
go-version: '1.23.2'
2525

2626
- name: Verify go.mod is sane
2727
run: go mod tidy && git diff --no-patch --exit-code

.github/workflows/build-by-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Go
2525
uses: actions/setup-go@v5
2626
with:
27-
go-version: '1.22.4'
27+
go-version: '1.23.2'
2828

2929
- name: Verify go.mod is sane
3030
run: go mod tidy && git diff --no-patch --exit-code

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/pabateman/kubectl-nsenter
22

3-
go 1.22.5
3+
go 1.23.2
44

55
require (
66
github.com/pkg/errors v0.9.1

0 commit comments

Comments
 (0)