Skip to content

Commit 72eae9f

Browse files
chore(deps-dev): update actions/setup-go action to v5.3.0 (#217)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1458bea commit 72eae9f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout
2121
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2222
- name: Setup Go
23-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
23+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2424
with:
2525
go-version: 1.22.3
2626
- name: Tests

.github/workflows/pr-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Checkout
5050
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
5151
- name: Setup Go
52-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
52+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
5353
with:
5454
go-version: 1.22.3
5555
- name: fmt
@@ -79,7 +79,7 @@ jobs:
7979
- name: Checkout
8080
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
8181
- name: Setup Go
82-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
82+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
8383
with:
8484
go-version: 1.22.3
8585
- name: Run tests

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2424
with:
2525
fetch-depth: 0
26-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
26+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2727
with:
2828
go-version: 1.22.3
2929
- name: Docker Login

0 commit comments

Comments
 (0)