Skip to content

Commit ec6cd31

Browse files
chore(deps): update dependency go to 1.25
1 parent b3f0f64 commit ec6cd31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: actions/setup-go@v6
2222
with:
23-
go-version: '1.24'
23+
go-version: '1.25'
2424
- id: set-modules
2525
run: echo "modules=$(go list -m -json | jq -s 'map(select(.Path | contains("github.com/zmoog/collector/tools") | not)) | .' | jq -c '[.[].Dir]')" >> $GITHUB_OUTPUT
2626

@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v4
3535
- uses: actions/setup-go@v6
3636
with:
37-
go-version: '1.24'
37+
go-version: '1.25'
3838
- name: golangci-lint ${{ matrix.modules }}
3939
uses: golangci/golangci-lint-action@v8
4040
with:

0 commit comments

Comments
 (0)