Skip to content

Commit

Permalink
go 1.19.x in ci (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkieltyka committed Aug 12, 2022
1 parent 9db25e5 commit b6a2c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -21,7 +21,7 @@ jobs:

strategy:
matrix:
go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x]
go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x, 1.19.x]
os: [ubuntu-latest, macos-latest, windows-latest]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit b6a2c5a

Please sign in to comment.