Skip to content

Commit

Permalink
ci: add go1.19 (#1140)
Browse files Browse the repository at this point in the history
  • Loading branch information
sashamelentyev committed Aug 2, 2022
1 parent ca232b9 commit 7ee98d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.17.x", "1.18.x"]
go: ["1.17.x", "1.18.x", "1.19.x"]
include:
- go: 1.18.x
latest: true
Expand Down

0 comments on commit 7ee98d2

Please sign in to comment.