Bump golang version to 1.18 (#5270)

This commit is contained in:
Yong Tang 2022-03-18 03:37:51 -07:00 committed by GitHub
parent 6788557507
commit d89f899dc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View file

@ -11,7 +11,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab
with:
go-version: '1.17.0'
go-version: '1.18.0'
id: go
- name: Check out code

View file

@ -11,7 +11,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab
with:
go-version: '1.17.0'
go-version: '1.18.0'
id: go
- name: Check out code
@ -33,7 +33,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab
with:
go-version: '1.17.0'
go-version: '1.18.0'
id: go
- name: Check out code
@ -52,7 +52,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab
with:
go-version: '1.17.0'
go-version: '1.18.0'
id: go
- name: Check out code

View file

@ -15,7 +15,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab
with:
go-version: '1.17.0'
go-version: '1.18.0'
id: go
- name: Checkout

View file

@ -18,7 +18,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab
with:
go-version: '1.17.0'
go-version: '1.18.0'
- name: Update Docs
run: |