Skip to content

Commit 49f2531

Browse files
committed
fix github lint version to go 1.22
1 parent 2ace616 commit 49f2531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/setup-go@v4
1616
with:
17-
go-version: stable
17+
go-version: 1.22
1818
# Cache is managed by golangci-lint
1919
# https://github.com/actions/setup-go#caching-dependency-files-and-build-outputs
2020
cache: false

0 commit comments

Comments
 (0)