Skip to content

Commit f1736a1

Browse files
authored
ci: Update the deploy job (#1188)
Update the docker image and ghr tool in the deploy job.
1 parent f4aa7cf commit f1736a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,12 +329,12 @@ jobs:
329329

330330
deploy:
331331
docker:
332-
- image: circleci/golang
332+
- image: cimg/go
333333
steps:
334334
- run:
335335
name: "Install GHR"
336336
command: |
337-
GO111MODULE=on go get github.com/tcnksm/ghr@v0.12.1
337+
go install github.com/tcnksm/ghr@v0.17.0
338338
- attach_workspace:
339339
at: ~/package
340340
- run:

0 commit comments

Comments
 (0)