Skip to content

Commit

Permalink
maint: add go 1.19 to CI (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
vreynolds committed Aug 19, 2022
1 parent 7854638 commit 092d6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ filters_publish: &filters_publish
matrix_goversions: &matrix_goversions
matrix:
parameters:
goversion: ["14", "15", "16", "17", "18"]
goversion: ["14", "15", "16", "17", "18", "19"]

# Default version of Go to use for Go steps
default_goversion: &default_goversion "18"
Expand Down

0 comments on commit 092d6d9

Please sign in to comment.