Skip to content

Commit

Permalink
Update golang to 1.19.4 (#2493)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyc-splunk authored Jan 20, 2023
1 parent c04d35e commit f2809d7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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 @@ -28,7 +28,7 @@ env:
PIP_VERSION: '22.0.4'
REQUIREMENTS_PATH: "internal/buildscripts/packaging/tests/requirements.txt"
RESULT_PATH: "~/testresults"
GO_VERSION: 1.19.0
GO_VERSION: 1.19.4

jobs:
setup-environment:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deps-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.19.0
go-version: 1.19.4
- name: Setup Go Environment
run: |
echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
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 @@ -31,7 +31,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: 1.19.0
go-version: 1.19.4
- id: module-cache
uses: actions/cache@v3
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy-scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- '.trivyignore'

env:
GO_VERSION: '1.19.0'
GO_VERSION: '1.19.4'

jobs:
trivy-fs-scan:
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 @@ -43,7 +43,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19.0
go-version: 1.19.4

- name: Install golang dependency
run: |
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ fossa:
done
.go-cache:
image: '${DOCKER_HUB_REPO}/golang:1.19.0'
image: '${DOCKER_HUB_REPO}/golang:1.19.4'
variables:
GOPATH: "$CI_PROJECT_DIR/.go"
before_script:
Expand Down

0 comments on commit f2809d7

Please sign in to comment.