use ubuntu latest
parent
e883950d77
commit
7ff70a6c7b
|
@ -6,10 +6,10 @@ on:
|
||||||
- cron: "0 9 * * 1"
|
- cron: "0 9 * * 1"
|
||||||
env:
|
env:
|
||||||
GOPROXY: https://proxy.golang.org
|
GOPROXY: https://proxy.golang.org
|
||||||
GO_VERSION: 1.16.4
|
GO_VERSION: 1.16.6
|
||||||
jobs:
|
jobs:
|
||||||
bump-k8s-versions:
|
bump-k8s-versions:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v2
|
||||||
|
@ -17,7 +17,7 @@ jobs:
|
||||||
go-version: ${{env.GO_VERSION}}
|
go-version: ${{env.GO_VERSION}}
|
||||||
stable: true
|
stable: true
|
||||||
- name: Bump Golang Versions
|
- name: Bump Golang Versions
|
||||||
id: bumGolang
|
id: bumpGolang
|
||||||
run: |
|
run: |
|
||||||
make update-golang-version
|
make update-golang-version
|
||||||
echo "::set-output name=changes::$(git status --porcelain)"
|
echo "::set-output name=changes::$(git status --porcelain)"
|
||||||
|
|
Loading…
Reference in New Issue