Skip to content

Commit ace85f6

Browse files
chore: update actions/setup-go action to v5.2.0 (#37)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 72ba3cf commit ace85f6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Checkout repository
3434
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3535
- name: Set up Go
36-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
36+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
3737
with:
3838
go-version: 1.22.5
3939
- name: Get google/go-licenses package
@@ -52,7 +52,7 @@ jobs:
5252
ref: ${{ github.head_ref }}
5353
fetch-depth: 0
5454
- name: Set up Go
55-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
55+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
5656
with:
5757
go-version: 1.22.5
5858
- name: Execute tests

.github/workflows/security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Checkout repository
4343
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4444
- name: Set up Go
45-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
45+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
4646
with:
4747
go-version: 1.22.5
4848
- name: Initialize CodeQL

0 commit comments

Comments
 (0)