update image url
This commit is contained in:
parent
97a414d673
commit
f00c461d89
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ steps:
|
||||||
build:
|
build:
|
||||||
when:
|
when:
|
||||||
event: [push, pull_request]
|
event: [push, pull_request]
|
||||||
image: golang
|
image: docker.io/library/golang:latest
|
||||||
commands:
|
commands:
|
||||||
- go get
|
- go get
|
||||||
- go build
|
- go build
|
Loading…
Reference in a new issue