We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d72bd0 commit 3f934fdCopy full SHA for 3f934fd
.github/workflows/test.yml
@@ -4,7 +4,7 @@ jobs:
4
build:
5
strategy:
6
matrix:
7
- go-versions: [1.13.x]
+ go-versions: [1.18.0]
8
platform: [windows-latest]
9
runs-on: ${{ matrix.platform }}
10
steps:
@@ -24,7 +24,7 @@ jobs:
24
test:
25
26
27
- go-versions: [1.12.x, 1.13.x, 1.14.x]
28
platform: [ubuntu-latest, macos-latest]
29
30
@@ -56,7 +56,7 @@ jobs:
56
- name: Install Go
57
uses: actions/setup-go@v1
58
with:
59
- go-version: 1.13.x
+ go-version: 1.18.0
60
- name: Add GOBIN to PATH
61
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
62
- name: Install dependencies
0 commit comments