Skip to content

Commit

Permalink
ci: add go 1.20 to ci (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
vreynolds committed Apr 6, 2023
1 parent e950067 commit 342b4fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
parameters:
go-version:
type: string
default: "1.18"
default: "1.20"
executor:
name: go/default
tag: << parameters.go-version >>
Expand Down Expand Up @@ -45,6 +45,7 @@ workflows:
- "1.17"
- "1.18"
- "1.19"
- "1.20"
build:
jobs:
- test:
Expand Down

0 comments on commit 342b4fb

Please sign in to comment.