We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 845e083 + 308222e commit 40e2ebdCopy full SHA for 40e2ebd
.github/workflows/lint.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Go
15
uses: actions/setup-go@v6
16
with:
17
- go-version: '1.25'
+ go-version-file: 'go.mod'
18
19
- name: golangci-lint
20
uses: golangci/golangci-lint-action@v9
.github/workflows/test.yml
@@ -15,9 +15,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v6
- go-version: '1.24'
21
22
- name: Run tests
23
run: go test ./...
0 commit comments