Skip to content

Commit cc8db9d

Browse files
Update actions/setup-go action to v5.1.0
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/setup-go | v5.0.2 | v5.1.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fc6cde1 commit cc8db9d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4242

4343
- name: Setup Golang Environment
44-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
44+
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
4545
with:
4646
go-version: ${{ matrix.go-version }}
4747

@@ -100,7 +100,7 @@ jobs:
100100
if: ${{ github.event_name == 'push' }}
101101

102102
- name: Setup Golang Environment
103-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
103+
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
104104
with:
105105
go-version: stable
106106
if: ${{ github.ref_type == 'tag' }}

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
5252

5353
- name: Setup Golang Environment
54-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
54+
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
5555
with:
5656
go-version: stable
5757
if: matrix.language == 'go'

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2929

3030
- name: Setup Golang Environment
31-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
31+
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
3232
with:
3333
go-version: stable
3434

0 commit comments

Comments
 (0)