Skip to content

Commit

Permalink
update golang version to 1.18.1
Browse files Browse the repository at this point in the history
- changing now since apimachinary is using type which is available in 1.18
  • Loading branch information
jayantjain93 committed Jul 13, 2022
1 parent 5287c9d commit 316af4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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:
Expand Down

0 comments on commit 316af4c

Please sign in to comment.