Skip to content

Commit fb484c5

Browse files
committed
update circleci
1 parent 92950b5 commit fb484c5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ version: 2
33
jobs:
44
build:
55
docker:
6-
- image: circleci/golang:1.17
6+
- image: cimg/go:1.22
77
- image: bigtruedata/gcloud-pubsub-emulator
88
command: "start --host-port=0.0.0.0:8085"
99
- image: nsqio/nsq
1010
command: "nsqd --lookupd-tcp-address=127.0.0.1:4160 --tcp-address=127.0.0.1:4150 --broadcast-address=127.0.0.1 --data-path=/var/opt --mem-queue-size=1000"
1111
- image: nsqio/nsq
1212
command: "nsqlookupd"
13-
working_directory: /go/src/github.com/pcelvng/task
13+
working_directory: ~/task
1414
steps:
1515
- checkout
1616
- run: go get -v -t -d ./...
17-
- run: go test -cover -v ./...
17+
- run: go test -race -cover -v ./...

0 commit comments

Comments
 (0)