Skip to content

Commit

Permalink
fix: CI: use go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
arajasek committed Jan 22, 2024
1 parent 8092cb6 commit b5cf7b2
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 @@ -6,7 +6,7 @@ orbs:
executors:
golang:
docker:
- image: circleci/golang:1.17
- image: cimg/go:1.20.7
resource_class: small

commands:
Expand Down

0 comments on commit b5cf7b2

Please sign in to comment.