Skip to content

Commit

Permalink
Bump Go to 1.17 in GHA (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
gliptak committed Nov 27, 2021
1 parent 207dd60 commit f123e38
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit f123e38

Please sign in to comment.