Skip to content

Commit

Permalink
ci: run tests with Go 1.18
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <[email protected]>
  • Loading branch information
sagikazarmark committed Mar 24, 2022
1 parent 8363671 commit 2e53091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.11', '1.12', '1.13', '1.14', '1.15', '1.16', '1.17']
go: ['1.11', '1.12', '1.13', '1.14', '1.15', '1.16', '1.17', '1.18']
env:
GOFLAGS: -mod=readonly

Expand Down

0 comments on commit 2e53091

Please sign in to comment.