Skip to content

Commit cd8ce12

Browse files
committed
.github/workflows: update static checker workflow to Go 1.18
1 parent 99ed064 commit cd8ce12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install Go
1717
uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2
1818
with:
19-
go-version: '1.17'
19+
go-version: '1.18'
2020

2121
- name: Check out code
2222
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b

0 commit comments

Comments
 (0)