mirror of
https://github.com/int128/kubelogin.git
synced 2026-02-14 16:39:51 +00:00
Update to Go 1.16 in system-test (#499)
This commit is contained in:
5
.github/workflows/system-test.yaml
vendored
5
.github/workflows/system-test.yaml
vendored
@@ -1,3 +1,5 @@
|
||||
name: system-test
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
@@ -9,6 +11,7 @@ on:
|
||||
# for go mod tidy
|
||||
branches: [master]
|
||||
paths: [go.*]
|
||||
|
||||
jobs:
|
||||
system-test:
|
||||
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/software-installed-on-github-hosted-runners#ubuntu-1804-lts
|
||||
@@ -16,7 +19,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.15
|
||||
go-version: 1.16
|
||||
id: go
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/cache@v2
|
||||
|
||||
Reference in New Issue
Block a user