Skip to content

Commit

Permalink
chore: update supported Go versions
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
  • Loading branch information
sagikazarmark committed Jan 13, 2023
1 parent cb1d85d commit 60fb75d
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 60fb75d

Please sign in to comment.