Skip to content

Commit 2bcdfd3

Browse files
committed
Adjusting CI
1 parent 7db25d4 commit 2bcdfd3

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
@@ -6,7 +6,7 @@ jobs:
66
build:
77
docker:
88
# specify the version
9-
- image: circleci/golang:1.13
9+
- image: circleci/golang:1.19
1010

1111
# Specify service dependencies here if necessary
1212
# CircleCI maintains a library of pre-built images
@@ -25,4 +25,4 @@ jobs:
2525
- run: go get -v -t -d ./...
2626
- run: make lint
2727
- run: make test
28-
- run: make build
28+
- run: make build

0 commit comments

Comments
 (0)