Skip to content

Commit bbcbe43

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

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@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
47+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.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@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
23+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.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@v5 # v4.0.0
27-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
27+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.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@v5
59-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
59+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
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@v5 # v4.0.0
39-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
39+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.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@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
61+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
6262
with:
6363
go-version-file: 'go.mod'
6464
cache: true
@@ -91,7 +91,7 @@ jobs:
9191
- '1.13.*'
9292
steps:
9393
- uses: actions/checkout@v5 # v4.0.0
94-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
94+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
9595
with:
9696
go-version-file: 'go.mod'
9797
cache: true

0 commit comments

Comments
 (0)