This commit is contained in:
parent
6c47b6e354
commit
48e3c49b52
@ -59,7 +59,7 @@ steps:
|
||||
|
||||
- name: go test
|
||||
image: docker.io/immawanderer/archlinux-go:linux-amd64
|
||||
depends_on: [go mod tidy, npm i]
|
||||
depends_on: [pull]
|
||||
volumes:
|
||||
- name: gopath
|
||||
path: /go
|
||||
@ -131,7 +131,7 @@ steps:
|
||||
|
||||
- name: go test
|
||||
image: docker.io/library/golang:1.20.3-alpine3.17
|
||||
depends_on: [go mod tidy, npm i]
|
||||
depends_on: [pull]
|
||||
volumes:
|
||||
- name: gopath
|
||||
path: /go
|
||||
|
Loading…
Reference in New Issue
Block a user