Skip to content

Commit

Permalink
update circle ci to use go 1.21.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhadfield committed Aug 19, 2023
1 parent eeafab9 commit c36f6f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ version: 2
jobs:
build:
docker:
- image: cimg/go:1.19.0
- image: cimg/go:1.21.0
steps:
- checkout
- run:
name: make git backups dir
command: mkdir /home/circleci/project/backup
- run: go test -v -p 1 -parallel 1 -failfast ./...
- run: go test -v -p 1 -parallel 1 -failfast ./...

0 comments on commit c36f6f6

Please sign in to comment.