Skip to content

Commit b7964b5

Browse files
committed
chore: upgrade golang to 1.18 in CI
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent cddec50 commit b7964b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v2
2323
- uses: actions/setup-go@v3
2424
with:
25-
go-version: '1.17'
25+
go-version: '1.18'
2626
- name: golangci-lint
2727
uses: golangci/golangci-lint-action@v3
2828
with:

0 commit comments

Comments
 (0)