Skip to content

Commit 21cf7d2

Browse files
authoredJun 12, 2024
chore(deps): update actions/setup-go action to v5
1 parent 51f5bb2 commit 21cf7d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v2
1010
with:
1111
fetch-depth: 0
12-
- uses: actions/setup-go@v2
12+
- uses: actions/setup-go@v5
1313
with:
1414
go-version: ^1
1515
check-latest: true
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v2
2424
with:
2525
fetch-depth: 0
26-
- uses: actions/setup-go@v2
26+
- uses: actions/setup-go@v5
2727
with:
2828
go-version: ^1
2929
check-latest: true

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
with:
1616
fetch-depth: 0
17-
- uses: actions/setup-go@v2
17+
- uses: actions/setup-go@v5
1818
with:
1919
go-version: 1.19
2020
cache: true

0 commit comments

Comments
 (0)