use ubuntu latest

pull/12059/head
Medya Gh 2021-07-28 13:27:39 -07:00
parent e883950d77
commit 7ff70a6c7b
1 changed files with 3 additions and 3 deletions

View File

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