mirror of
https://github.com/ahmetb/kubectx.git
synced 2025-08-14 05:25:43 +00:00
Bump CI to Go 1.15 (#266)
This commit is contained in:
parent
8c8aeada3d
commit
a8a63da51c
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
|||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v1
|
uses: actions/setup-go@v1
|
||||||
with:
|
with:
|
||||||
go-version: 1.14
|
go-version: 1.15
|
||||||
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user