Skip to content

Commit

Permalink
Update CI to use go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaroaleman committed Mar 16, 2022
1 parent 8d72bd0 commit 11147c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -4,7 +4,7 @@ jobs:
build:
strategy:
matrix:
go-versions: [1.13.x]
go-versions: [1.18.x]
platform: [windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand All @@ -24,7 +24,7 @@ jobs:
test:
strategy:
matrix:
go-versions: [1.12.x, 1.13.x, 1.14.x]
go-versions: [1.18.x]
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: 1.13.x
go-version: 1.18.x
- name: Add GOBIN to PATH
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
- name: Install dependencies
Expand Down

0 comments on commit 11147c1

Please sign in to comment.