Skip to content

Commit 3c49135

Browse files
chore(deps): bump actions/setup-go from 6.1.0 to 6.2.0 (#379)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d7884a2 commit 3c49135

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# Manually install the right version of Go
4545
# See https://github.com/github/codeql-action/issues/1842 and https://github.com/github/codeql/issues/13992
4646
- name: Setup Go
47-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
47+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
4848
with:
4949
go-version-file: "go.mod"
5050
# not needed but gets rid of warnings

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
# Allow goreleaser to access older tag information.
2222
fetch-depth: 0
23-
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
23+
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
2424
with:
2525
go-version-file: 'go.mod'
2626
cache: true

.github/workflows/test-opentofu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
timeout-minutes: 5
2525
steps:
2626
- uses: actions/checkout@v6.0.1 # v4.0.0
27-
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
27+
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
2828
with:
2929
go-version-file: 'go.mod'
3030
cache: true
@@ -56,7 +56,7 @@ jobs:
5656
- '1.10.*'
5757
steps:
5858
- uses: actions/checkout@v6.0.1
59-
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
59+
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5
6060
with:
6161
go-version-file: 'go.mod'
6262
cache: true

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
timeout-minutes: 5
3737
steps:
3838
- uses: actions/checkout@v6.0.1 # v4.0.0
39-
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
39+
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
4040
with:
4141
go-version-file: 'go.mod'
4242
#cache: true
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
terraform_version: ${{ env.LATEST_VERSION }}
6060
terraform_wrapper: false
61-
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
61+
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
6262
with:
6363
go-version-file: 'go.mod'
6464
cache: true
@@ -92,7 +92,7 @@ jobs:
9292
- '1.14.*'
9393
steps:
9494
- uses: actions/checkout@v6.0.1 # v4.0.0
95-
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
95+
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
9696
with:
9797
go-version-file: 'go.mod'
9898
cache: true

0 commit comments

Comments
 (0)