Skip to content

Commit

Permalink
ci: bump go version to 1.21.11 in otelcol-config jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kolberg <[email protected]>
  • Loading branch information
amdprophet committed Aug 15, 2024
1 parent fa91ad4 commit 2b259f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-build-otelcol-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ defaults:
shell: bash

env:
GO_VERSION: "1.21.4"
GO_VERSION: "1.21.11"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-test-otelcol-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ defaults:
shell: bash

env:
GO_VERSION: "1.21.4"
GO_VERSION: "1.21.11"

jobs:
test:
Expand Down

0 comments on commit 2b259f9

Please sign in to comment.