diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 426108f..ce64c83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,9 +23,9 @@ jobs: - name: Checkout uses: actions/checkout@master - name: Setup Go - uses: actions/setup-go@v1 + uses: actions/setup-go@v2 with: - go-version: 1.16 + go-version: 1.17 - name: Ensure gofmt run: test -z "$(gofmt -s -d .)" - name: Ensure go.mod is already tidied diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 029bfda..d0b71e7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,9 +24,9 @@ jobs: - name: Checkout uses: actions/checkout@master - name: Setup Go - uses: actions/setup-go@v1 + uses: actions/setup-go@v2 with: - go-version: 1.16 + go-version: 1.17 - name: GoReleaser uses: goreleaser/goreleaser-action@v2 with: diff --git a/go.mod b/go.mod index c523783..5f7de82 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ahmetb/kubectx -go 1.14 +go 1.17 require ( facette.io/natsort v0.0.0-20181210072756-2cd4dd1e2dcb