Skip to content

Commit

Permalink
Github actions: use go 1.17,1.18 and 1.19
Browse files Browse the repository at this point in the history
Use newer versions.
  • Loading branch information
dfinkel committed Jul 28, 2022
1 parent 67c02a4 commit ab82035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
strategy:
matrix:
os: [macOS-latest, ubuntu-latest]
goversion: [1.13, 1.14, 1.15]
goversion: [1.17, 1.18, '1.19.0-rc.2']
steps:
- name: Set up Go ${{matrix.goversion}} on ${{matrix.os}}
uses: actions/setup-go@v1
uses: actions/setup-go@v3
with:
go-version: ${{matrix.goversion}}
id: go
Expand Down

0 comments on commit ab82035

Please sign in to comment.