Skip to content

Commit

Permalink
workflows: add Go 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
bgilbert committed Jan 14, 2023
1 parent fe58974 commit b7a5bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Test build
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]
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
Expand Down

0 comments on commit b7a5bdc

Please sign in to comment.