Skip to content

Commit 0d5df73

Browse files
Update actions/setup-go action to v6.3.0
1 parent a5b9e51 commit 0d5df73

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/checks-codecov.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
path: '**'
5656

5757
- name: Setup Go environment
58-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
58+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
5959
with:
6060
go-version-file: go.mod
6161
cache: false
@@ -130,7 +130,7 @@ jobs:
130130
path: '**'
131131

132132
- name: Setup Go environment
133-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
133+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
134134
with:
135135
go-version-file: go.mod
136136
cache: false
@@ -164,7 +164,7 @@ jobs:
164164
path: '**'
165165

166166
- name: Setup Go environment
167-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
167+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
168168
with:
169169
go-version-file: go.mod
170170
cache: false

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
path: '**'
6363

6464
- name: Setup Go environment
65-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
65+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
6666
with:
6767
go-version-file: go.mod
6868
cache: false

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
path: '**'
5959

6060
- name: Setup Go environment
61-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
61+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
6262
with:
6363
go-version-file: go.mod
6464
cache: false

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
key: main
9797

9898
- name: Setup Go environment
99-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
99+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
100100
with:
101101
go-version-file: go.mod
102102
cache: false

.github/workflows/update-go-containerregistry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
key: main
3838
path: '**'
3939

40-
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
40+
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
4141
with:
4242
go-version-file: go.mod
4343
cache: false

0 commit comments

Comments
 (0)