Skip to content

Commit a4f66a3

Browse files
committed
ci: bump actions/setup-go to v2
Changes from v1 are: - Adds GOBIN to the PATH - Proxy Support - stable input - Bug Fixes (including issues around version matching and semver) Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 7263f2a commit a4f66a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
timeout-minutes: 10
1212
steps:
1313
- name: Install Go
14-
uses: actions/setup-go@v1
14+
uses: actions/setup-go@v2
1515
with:
1616
go-version: 1.17
1717
- name: Install golangci-lint
@@ -40,7 +40,7 @@ jobs:
4040
timeout-minutes: 30
4141
steps:
4242
- name: Install Go
43-
uses: actions/setup-go@v1
43+
uses: actions/setup-go@v2
4444
with:
4545
go-version: ${{ matrix.go-versions }}
4646
- name: Checkout code

0 commit comments

Comments
 (0)