Bump Go to 1.17 in GHA (#335)

This commit is contained in:
Gábor Lipták 2021-11-27 13:47:19 -05:00 committed by GitHub
parent 207dd606bb
commit f123e3864e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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:

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/ahmetb/kubectx
go 1.14
go 1.17
require (
facette.io/natsort v0.0.0-20181210072756-2cd4dd1e2dcb