Skip to content

Commit 38689a1

Browse files
authored
chore: use correct version and config for golangci-lint action (#3)
1 parent 5b0fb4e commit 38689a1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/go-lint.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,14 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@v4
26-
- uses: actions/setup-go@v5
26+
27+
- name: Set up Go
28+
uses: actions/setup-go@v5
2729
with:
28-
go-version: stable
30+
go-version: '1.23.x'
31+
2932
- name: golangci-lint
3033
uses: golangci/golangci-lint-action@v6
3134
with:
3235
version: v1.64
36+
working-directory: go

0 commit comments

Comments
 (0)