Skip to content

Commit 6380ea0

Browse files
authored
Update config.yml
1 parent 99e127f commit 6380ea0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
test:
88
docker:
99
# specify the version
10-
- image: cimg/go:1.18.0
10+
- image: cimg/go:1.23.0
1111

1212
# Specify service dependencies here if necessary
1313
# CircleCI maintains a library of pre-built images
@@ -25,7 +25,7 @@ jobs:
2525
- run: go version
2626
- run: go get -v -t -d ./...
2727
- run: go vet
28-
- run: go test -v ./...
28+
- run: go test -v -failfast ./...
2929

3030
workflows:
3131
version: 2

0 commit comments

Comments
 (0)