Skip to content

Commit

Permalink
Version v1.1.5
Browse files Browse the repository at this point in the history
- Bump golang version to 1.23.2
  • Loading branch information
pabateman authored Oct 6, 2024
2 parents e0a6743 + 2fe9fd1 commit d145a45
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 d145a45

Please sign in to comment.