Skip to content

Commit 2d331db

Browse files
authored
Merge pull request #474 from cloudfoundry/dependabot/github_actions/actions/setup-go-6.4.0
chore(deps): bump actions/setup-go from 6.2.0 to 6.4.0
2 parents 1fcf9b8 + 2a8e009 commit 2d331db

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
47+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.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@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
23+
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.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 # v4.0.0
27-
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
27+
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.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
59-
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5
59+
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c
6060
with:
6161
go-version-file: 'go.mod'
6262
cache: true

.github/workflows/test.yml

Lines changed: 4 additions & 4 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
39-
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
39+
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.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@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
61+
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
6262
with:
6363
go-version-file: "go.mod"
6464
cache: true
@@ -74,7 +74,7 @@ jobs:
7474
runs-on: ubuntu-latest
7575
steps:
7676
- uses: actions/checkout@v6
77-
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
77+
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
7878
with:
7979
go-version-file: "go.mod"
8080
cache: false
@@ -108,7 +108,7 @@ jobs:
108108
- "1.14.*"
109109
steps:
110110
- uses: actions/checkout@v6
111-
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
111+
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
112112
with:
113113
go-version-file: "go.mod"
114114
cache: true

0 commit comments

Comments
 (0)