Skip to content

Commit

Permalink
ci: add go 1.18 (#1233)
Browse files Browse the repository at this point in the history
* ci: add go 1.18

* ci: remove go 1.16
  • Loading branch information
sashamelentyev committed Jun 2, 2022
1 parent d7cefca commit 44ed829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix: # Support latest and one minor back
go: ["1.16", "1.17"]
go: ["1.17", "1.18"]
env:
GOFLAGS: -mod=readonly

Expand Down

0 comments on commit 44ed829

Please sign in to comment.