Skip to content

Commit 3f934fd

Browse files
committed
Update CI to use go 1.18
1 parent 8d72bd0 commit 3f934fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
build:
55
strategy:
66
matrix:
7-
go-versions: [1.13.x]
7+
go-versions: [1.18.0]
88
platform: [windows-latest]
99
runs-on: ${{ matrix.platform }}
1010
steps:
@@ -24,7 +24,7 @@ jobs:
2424
test:
2525
strategy:
2626
matrix:
27-
go-versions: [1.12.x, 1.13.x, 1.14.x]
27+
go-versions: [1.18.0]
2828
platform: [ubuntu-latest, macos-latest]
2929
runs-on: ${{ matrix.platform }}
3030
steps:
@@ -56,7 +56,7 @@ jobs:
5656
- name: Install Go
5757
uses: actions/setup-go@v1
5858
with:
59-
go-version: 1.13.x
59+
go-version: 1.18.0
6060
- name: Add GOBIN to PATH
6161
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
6262
- name: Install dependencies

0 commit comments

Comments
 (0)