Skip to content

Commit c38901a

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout Repo
1414
uses: actions/checkout@v4
1515
- name: Setup Go
16-
uses: actions/[email protected].0
16+
uses: actions/[email protected].1
1717
with:
1818
go-version: "1.20"
1919
- name: Setup Go Environment
@@ -46,7 +46,7 @@ jobs:
4646
- name: Checkout Repo
4747
uses: actions/checkout@v4
4848
- name: Setup Go
49-
uses: actions/[email protected].0
49+
uses: actions/[email protected].1
5050
with:
5151
go-version: "1.20"
5252
- name: Setup Go Environment

0 commit comments

Comments
 (0)