Skip to content

Commit 6a70af1

Browse files
chore(deps): update dependency go to v1.25.0
1 parent 9fda95f commit 6a70af1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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@v5
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@v5
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:

collector/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module github.com/zmoog/collector/collector
44

55
go 1.24.0
66

7-
toolchain go1.24.4
7+
toolchain go1.25.0
88

99
require (
1010
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/elasticsearchexporter v0.130.0

0 commit comments

Comments
 (0)