mirror of
https://github.com/ahmetb/kubectx.git
synced 2025-07-04 02:56:12 +00:00
Bump Go to 1.17 in GHA (#335)
This commit is contained in:
parent
207dd606bb
commit
f123e3864e
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -23,9 +23,9 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v1
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: 1.16
|
go-version: 1.17
|
||||||
- name: Ensure gofmt
|
- name: Ensure gofmt
|
||||||
run: test -z "$(gofmt -s -d .)"
|
run: test -z "$(gofmt -s -d .)"
|
||||||
- name: Ensure go.mod is already tidied
|
- name: Ensure go.mod is already tidied
|
||||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -24,9 +24,9 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v1
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: 1.16
|
go-version: 1.17
|
||||||
- name: GoReleaser
|
- name: GoReleaser
|
||||||
uses: goreleaser/goreleaser-action@v2
|
uses: goreleaser/goreleaser-action@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user