Skip to content

Commit

Permalink
Add go 1.16 to the testing matrix (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
vreynolds committed Mar 18, 2021
1 parent 81a8cad commit 3bfd0ce
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: ["12", "13", "14", "15"]
goversion: ["12", "13", "14", "15", "16"]

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

0 comments on commit 3bfd0ce

Please sign in to comment.