Skip to content

Commit 7ba30f6

Browse files
fix: update some more go versions
1 parent 1577fcb commit 7ba30f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests-unit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
test:
1919
strategy:
2020
matrix:
21-
go: [ 1.22.x ]
21+
go: [ 1.22.8 ]
2222
platform: [ ubuntu-latest ]
2323
runs-on: ${{ matrix.platform }}
2424
steps:

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ github.com/mwitkow/go-conntrack
10151015
# github.com/observeinc/observe-agent v0.0.0-00010101000000-000000000000 => .
10161016
## explicit; go 1.22.8
10171017
# github.com/observeinc/observe-agent/components/processors/observek8sattributesprocessor v0.0.0-00010101000000-000000000000 => ./components/processors/observek8sattributesprocessor
1018-
## explicit; go 1.22.7
1018+
## explicit; go 1.22.8
10191019
# github.com/observeinc/observe-agent/observecol v0.0.0-00010101000000-000000000000 => ./observecol
10201020
## explicit; go 1.22.8
10211021
# github.com/open-telemetry/opentelemetry-collector-contrib/connector/countconnector v0.118.0

0 commit comments

Comments
 (0)