Skip to content

Commit b84dacf

Browse files
committed
Bump setup-go github action
1 parent 68f2861 commit b84dacf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ${{ matrix.os }}
3636
steps:
3737
- name: Install Go ${{ matrix.go }}
38-
uses: actions/setup-go@v2-beta
38+
uses: actions/setup-go@v2.1.3
3939
with:
4040
go-version: ${{ matrix.go_version }}
4141
- name: Checkout code

0 commit comments

Comments
 (0)