Skip to content

Commit

Permalink
Merge pull request #11 from alexflint/update-ci-golang-versions
Browse files Browse the repository at this point in the history
Update golang versions used in CI
  • Loading branch information
alexflint authored Oct 2, 2022
2 parents e7a3608 + 706bcb4 commit 489daf0
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 @@ -15,12 +15,12 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ['1.13', '1.14', '1.15', '1.16']
go: ['1.17', '1.18', '1.19']

steps:
- id: go
name: Set up Go
uses: actions/setup-go@v1
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}

Expand Down

0 comments on commit 489daf0

Please sign in to comment.