Skip to content

Commit

Permalink
ci: Install go1.21 on vm
Browse files Browse the repository at this point in the history
  • Loading branch information
cjfinnell committed Oct 24, 2023
1 parent c03afda commit 5d37169
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: 2.1
orbs:
codecov: codecov/[email protected]
ucheck: udacity/ucheck@1
go: circleci/[email protected]

executors:
go:
Expand All @@ -20,9 +21,11 @@ jobs:
name: Run linter
command: make lint
test:
executor: go
executor: vm
steps:
- checkout
- go/install:
version: "1.21"
- run:
name: Run tests
command: make test
Expand Down

0 comments on commit 5d37169

Please sign in to comment.