Skip to content

Commit

Permalink
Merge branch 'master' into changeset-support
Browse files Browse the repository at this point in the history
  • Loading branch information
otoolep committed Jan 12, 2025
2 parents d79d90b + 6380ea0 commit 8177f83
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 @@ -7,7 +7,7 @@ jobs:
test:
docker:
# specify the version
- image: cimg/go:1.18.0
- image: cimg/go:1.23.0

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand All @@ -25,7 +25,7 @@ jobs:
- run: go version
- run: go get -v -t -d ./...
- run: go vet
- run: go test -v ./...
- run: go test -v -failfast ./...

workflows:
version: 2
Expand Down

0 comments on commit 8177f83

Please sign in to comment.