Skip to content

Commit 88af57a

Browse files
chore(deps): update actions/setup-go action to v5.3.0 (#343)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e6fac32 commit 88af57a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout Repo
1515
uses: actions/checkout@v4
1616
- name: Setup Go
17-
uses: actions/setup-go@v5.2.0
17+
uses: actions/setup-go@v5.3.0
1818
with:
1919
go-version: "1.22"
2020
- name: Setup Go Environment
@@ -47,7 +47,7 @@ jobs:
4747
- name: Checkout Repo
4848
uses: actions/checkout@v4
4949
- name: Setup Go
50-
uses: actions/setup-go@v5.2.0
50+
uses: actions/setup-go@v5.3.0
5151
with:
5252
go-version: "1.22"
5353
- name: Setup Go Environment

.github/workflows/tidy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
ref: ${{ github.head_ref }}
1616
- name: Setup Go
17-
uses: actions/setup-go@v5.2.0
17+
uses: actions/setup-go@v5.3.0
1818
with:
1919
go-version: "1.22"
2020
- name: Setup Go Environment

0 commit comments

Comments
 (0)