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" - 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)"