diff --git a/.github/workflows/build-by-commit.yml b/.github/workflows/build-by-commit.yml index 350c850..4f87c90 100644 --- a/.github/workflows/build-by-commit.yml +++ b/.github/workflows/build-by-commit.yml @@ -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 diff --git a/.github/workflows/build-by-tag.yml b/.github/workflows/build-by-tag.yml index 8aaf4b8..c4c7679 100644 --- a/.github/workflows/build-by-tag.yml +++ b/.github/workflows/build-by-tag.yml @@ -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 diff --git a/go.mod b/go.mod index 6171e4d..0bb3da2 100644 --- a/go.mod +++ b/go.mod @@ -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