Skip to content

Commit 0944627

Browse files
renovate-botkodiakhq[bot]
authored andcommitted
chore(deps): update actions/setup-go action to v2
1 parent 7e553a9 commit 0944627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Install Go
15-
uses: actions/setup-go@v1
15+
uses: actions/setup-go@v2
1616
with:
1717
go-version: ${{ matrix.go-version }}
1818
- name: Check out code into the Go module directory
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Install Go
30-
uses: actions/setup-go@v1
30+
uses: actions/setup-go@v2
3131
with:
3232
go-version: 1.14.x
3333
- name: Check out code into the Go module directory

0 commit comments

Comments
 (0)