Skip to content

Commit a2e8a51

Browse files
authored
Merge pull request #270 from netlify/bump-setup-go-gh-action
Bump setup-go github action
2 parents 68f2861 + b84dacf commit a2e8a51

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)