Skip to content

Commit

Permalink
.github/workflows: update static checker workflow to Go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
tklauser committed May 13, 2022
1 parent 99ed064 commit cd8ce12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2
with:
go-version: '1.17'
go-version: '1.18'

- name: Check out code
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
Expand Down

0 comments on commit cd8ce12

Please sign in to comment.