Skip to content

Commit bbf1464

Browse files
committedMar 4, 2024
fix(gh): bump actions/setup-go to v3
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu>
1 parent 6b471ac commit bbf1464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v2
3737
with:
3838
fetch-depth: 0
39-
- uses: actions/setup-go@v2
39+
- uses: actions/setup-go@v3
4040
with:
4141
go-version-file: 'go.mod'
4242
- run: make release

0 commit comments

Comments
 (0)