Skip to content

Commit da25368

Browse files
committed
chore: fix ci golint error
1 parent a7c991b commit da25368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-go@v5
1616
with:
17-
go-version: '>=1.22'
17+
go-version: '1.22'
1818
cache-dependency-path: |
1919
go.sum
2020
internal/utils/go.sum

0 commit comments

Comments
 (0)