Skip to content

Commit

Permalink
Merge pull request #95 from sagikazarmark/go-support
Browse files Browse the repository at this point in the history
chore: update supported Go versions
  • Loading branch information
sagikazarmark committed Jan 13, 2023
2 parents cb1d85d + 60fb75d commit 6e662c5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Expand Up @@ -13,9 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.15', '1.16', '1.17', '1.18']
env:
GOFLAGS: -mod=readonly
go: ['1.16', '1.17', '1.18', '1.19']

steps:
- name: Set up Go
Expand Down

0 comments on commit 6e662c5

Please sign in to comment.