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:
Jayant Jain 2022-07-07 09:47:19 +00:00
parent 4fdf24addb
commit dde246df34
1 changed files with 1 additions and 1 deletions

View File

@ -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: