We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a6743 commit 2fe9fd1Copy full SHA for 2fe9fd1
.github/workflows/build-by-commit.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Set up Go
22
uses: actions/setup-go@v5
23
with:
24
- go-version: '1.22.4'
+ go-version: '1.23.2'
25
26
- name: Verify go.mod is sane
27
run: go mod tidy && git diff --no-patch --exit-code
.github/workflows/build-by-tag.yml
@@ -24,7 +24,7 @@ jobs:
28
29
30
go.mod
@@ -1,6 +1,6 @@
1
module github.com/pabateman/kubectl-nsenter
2
3
-go 1.22.5
+go 1.23.2
4
5
require (
6
github.com/pkg/errors v0.9.1
0 commit comments