Skip to content

Commit e4fb74a

Browse files
committed
Update build Go version and GHR target
1 parent f4ec873 commit e4fb74a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/golang:1.13
5+
- image: circleci/golang:1.14
66
steps:
77
- checkout
88
- run: go get -v -t -d ./...
99
- run: go test -v ./...
1010

1111
deploy:
1212
docker:
13-
- image: circleci/golang:1.13
13+
- image: circleci/golang:1.14
1414
steps:
1515
- checkout
1616
- run: go get -v -t -d ./...
@@ -26,7 +26,7 @@ jobs:
2626
name: create release
2727
command: |
2828
if [ "$CIRCLE_TAG" ]; then
29-
ghr -t $GITHUB_TOKEN -u bitfield -r terraform-provider-checkly --replace $CIRCLE_TAG dist/
29+
ghr -t $GITHUB_TOKEN -u checkly -r terraform-provider-checkly --replace $CIRCLE_TAG dist/
3030
else
3131
echo "no tagged version to deploy"
3232
fi

0 commit comments

Comments
 (0)