Skip to content

Commit

Permalink
Upgrade go to 1.20.6 (signalfx#3437)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyc-splunk authored and rmfitzpatrick committed Aug 1, 2023
1 parent 1f06e68 commit 473a422
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:
PIP_VERSION: '22.0.4'
REQUIREMENTS_PATH: "internal/buildscripts/packaging/tests/requirements.txt"
RESULT_PATH: "~/testresults"
GO_VERSION: 1.20.5
GO_VERSION: 1.20.6

jobs:
setup-environment:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/darwin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20.5
go-version: 1.20.6
cache-dependency-path: '**/go.sum'

- run: go env -w CGO_ENABLED=0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gendependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- '.github/workflows/scripts/gendependabot.sh'

env:
GO_VERSION: 1.20.5
GO_VERSION: 1.20.6

jobs:
gendependabot:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:
cancel-in-progress: true

env:
GO_VERSION: "1.20.5"
GO_VERSION: "1.20.6"
GOTESPLIT_TOTAL: "10"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
cancel-in-progress: true

env:
GO_VERSION: 1.20.5
GO_VERSION: 1.20.6

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
PYTHON_VERSION: '3.10'
PIP_VERSION: '22.0.4'
REQUIREMENTS_PATH: "internal/buildscripts/packaging/tests/requirements.txt"
GO_VERSION: 1.20.5
GO_VERSION: 1.20.6

jobs:
setup-environment:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vuln-scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- '.trivyignore'

env:
GO_VERSION: '1.20.5'
GO_VERSION: '1.20.6'

concurrency:
group: vuln-scans-${{ github.event.pull_request.number || github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/win-package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:
cancel-in-progress: true

env:
GO_VERSION: 1.20.5
GO_VERSION: 1.20.6

jobs:
setup-environment:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20.5
go-version: 1.20.6
cache-dependency-path: '**/go.sum'

- name: Unit tests with coverage
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ fossa:
fi
.go-cache:
image: '${DOCKER_HUB_REPO}/golang:1.20.5'
image: '${DOCKER_HUB_REPO}/golang:1.20.6'
variables:
GOPATH: "$CI_PROJECT_DIR/.go"
before_script:
Expand Down

0 comments on commit 473a422

Please sign in to comment.