File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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 :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module github.com/zmoog/collector/collector
44
55go 1.24.0
66
7- toolchain go1.24.4
7+ toolchain go1.25.0
88
99require (
1010 github.com/open-telemetry/opentelemetry-collector-contrib/exporter/elasticsearchexporter v0.130.0
You can’t perform that action at this time.
0 commit comments