Skip to content

Commit 1595039

Browse files
authored
Merge pull request #706 from austinvazquez/update-github-actions-packages
Update GitHub actions packages
2 parents ef481f1 + dd45f11 commit 1595039

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)