We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f0f64 commit ec6cd31Copy full SHA for ec6cd31
.github/workflows/go.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/checkout@v4
21
- uses: actions/setup-go@v6
22
with:
23
- go-version: '1.24'
+ go-version: '1.25'
24
- id: set-modules
25
run: echo "modules=$(go list -m -json | jq -s 'map(select(.Path | contains("github.com/zmoog/collector/tools") | not)) | .' | jq -c '[.[].Dir]')" >> $GITHUB_OUTPUT
26
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
- name: golangci-lint ${{ matrix.modules }}
39
uses: golangci/golangci-lint-action@v8
40
0 commit comments