Skip to content

Commit

Permalink
Add go 1.15 to the testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
vreynolds committed Jan 25, 2021
1 parent b967777 commit 8212ecd
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"]
goversion: ["12", "13", "14", "15]

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

0 comments on commit 8212ecd

Please sign in to comment.