Skip to content

Commit dd45f11

Browse files
committed
Update GitHub actions packages
Update actions/setup-go from v1 to v3. Signed-off-by: Austin Vazquez <[email protected]>
1 parent ef481f1 commit dd45f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# So, we will fetch 30 commits just in case to have
3838
# 20 actual commits with associated merged commits.
3939
fetch-depth: 30
40-
- uses: actions/setup-go@v1
40+
- uses: actions/setup-go@v3
4141
with:
4242
go-version: ${{ matrix.go }}
4343
- run: make

0 commit comments

Comments
 (0)