update golang version to 1.18.1
- changing now since apimachinary is using type which is available in 1.18
This commit is contained in:
parent
4fdf24addb
commit
dde246df34
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.17.5
|
||||
go-version: 1.18.1
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue