Skip to content

Commit d690bb6

Browse files
committed
WIP
Signed-off-by: Joseph Kato <joseph@jdkato.io>
1 parent f4c8937 commit d690bb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
- uses: actions/checkout@v5
1919
- uses: actions/setup-go@v6
2020
with:
21-
go-version: ">=1.25.3"
21+
go-version: "1.25.3"
2222
- name: golangci-lint
2323
uses: golangci/golangci-lint-action@v8
2424
with:
25-
version: v2.1
25+
version: v2.5

0 commit comments

Comments
 (0)