Skip to content

Commit 35aafd8

Browse files
Bump actions/setup-go from 6.3.0 to 6.4.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.3.0 to 6.4.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@4b73464...4a36011) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e3df3ff commit 35aafd8

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
lines changed

.github/workflows/goreleaser-edge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: cat ".github/env" >> $GITHUB_ENV
4040

4141
- name: Set up Go
42-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
42+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
4343
with:
4444
go-version: ">=${{ env.golang-version }}"
4545
cache: false

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
run: cat ".github/env" >> $GITHUB_ENV
8080

8181
- name: Set up Go
82-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
82+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
8383
with:
8484
go-version: ">=${{ env.golang-version }}"
8585
cache: false

.github/workflows/pr-extended-linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Import environment variables from file
3131
run: cat ".github/env" >> $GITHUB_ENV
3232
- name: Install Go
33-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
33+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3434
with:
3535
go-version: ">=${{ env.golang-version }}"
3636
cache: false

.github/workflows/pr-test-generated-files.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: cat ".github/env" >> $GITHUB_ENV
2828

2929
- name: Install Go
30-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
30+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3131
with:
3232
go-version: ">=${{ env.golang-version }}"
3333
cache: false

.github/workflows/pr-test-lint.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: cat ".github/env" >> $GITHUB_ENV
2828

2929
- name: Install Go
30-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
30+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3131
with:
3232
go-version: ">=${{ env.golang-version }}"
3333
cache: false
@@ -47,7 +47,7 @@ jobs:
4747
run: cat ".github/env" >> $GITHUB_ENV
4848

4949
- name: Install Go
50-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
50+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
5151
with:
5252
go-version: ">=${{ env.golang-version }}"
5353
cache: false
@@ -81,7 +81,7 @@ jobs:
8181
run: cat ".github/env" >> $GITHUB_ENV
8282

8383
- name: Install Go
84-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
84+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
8585
with:
8686
go-version: ">=${{ env.golang-version }}"
8787
cache: false
@@ -118,7 +118,7 @@ jobs:
118118
run: cat ".github/env" >> $GITHUB_ENV
119119

120120
- name: Install Go
121-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
121+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
122122
with:
123123
go-version: ">=${{ env.golang-version }}"
124124
cache: false
@@ -150,7 +150,7 @@ jobs:
150150
run: cat ".github/env" >> $GITHUB_ENV
151151

152152
- name: Install Go
153-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
153+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
154154
with:
155155
go-version: ">=${{ env.golang-version }}"
156156
cache: false

.github/workflows/pr-test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: cat ".github/env" >> $GITHUB_ENV
2323

2424
- name: Install Go
25-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
25+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2626
with:
2727
go-version: ">=${{ env.golang-version }}"
2828
cache: false

.github/workflows/providers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
run: cat ".github/env" >> $GITHUB_ENV
127127

128128
- name: Set up Go
129-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
129+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
130130
with:
131131
go-version: ">=${{ env.golang-version }}"
132132
cache: false

.github/workflows/release-providers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: cat ".github/env" >> $GITHUB_ENV
4040

4141
- name: Install Go
42-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
42+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
4343
with:
4444
go-version: ">=${{ env.golang-version }}"
4545
cache: false

.github/workflows/reusable-lint-providers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: cat ".github/env" >> $GITHUB_ENV
2525

2626
- name: Install Go
27-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
27+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2828
with:
2929
go-version: ">=${{ env.golang-version }}"
3030
cache: false

.github/workflows/update-deps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: cat ".github/env" >> $GITHUB_ENV
3030

3131
- name: Install Go
32-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
32+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3333
with:
3434
go-version: ">=${{ env.golang-version }}"
3535
cache: false

0 commit comments

Comments
 (0)