ci: bump golang to 1.20.4
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d9265cafa8
commit
2a56ba3456
12
.drone.yml
12
.drone.yml
@ -92,13 +92,13 @@ environment:
|
||||
|
||||
steps:
|
||||
- name: pull
|
||||
image: docker.io/library/golang:1.20.3-alpine3.17
|
||||
image: docker.io/library/golang:1.20.4-alpine3.17
|
||||
depends_on: [clone]
|
||||
commands:
|
||||
- go version
|
||||
|
||||
- name: go mod tidy
|
||||
image: docker.io/library/golang:1.20.3-alpine3.17
|
||||
image: docker.io/library/golang:1.20.4-alpine3.17
|
||||
depends_on: [pull]
|
||||
volumes:
|
||||
- name: gopath
|
||||
@ -111,7 +111,7 @@ steps:
|
||||
- test -z "$(git diff-index HEAD :^package-lock.json)"
|
||||
|
||||
- name: frontend
|
||||
image: docker.io/library/golang:1.20.3-alpine3.17
|
||||
image: docker.io/library/golang:1.20.4-alpine3.17
|
||||
depends_on: [pull]
|
||||
volumes:
|
||||
- name: gopath
|
||||
@ -122,7 +122,7 @@ steps:
|
||||
- npx tailwindcss -i ./assets/input.css -o ./assets/pcmt.css --minify
|
||||
|
||||
- name: go build
|
||||
image: docker.io/library/golang:1.20.3-alpine3.17
|
||||
image: docker.io/library/golang:1.20.4-alpine3.17
|
||||
depends_on: [go mod tidy, frontend]
|
||||
volumes:
|
||||
- name: gopath
|
||||
@ -131,7 +131,7 @@ steps:
|
||||
- go build -v .
|
||||
|
||||
- name: go test
|
||||
image: docker.io/library/golang:1.20.3-alpine3.17
|
||||
image: docker.io/library/golang:1.20.4-alpine3.17
|
||||
depends_on: [pull]
|
||||
volumes:
|
||||
- name: gopath
|
||||
@ -159,7 +159,7 @@ node:
|
||||
|
||||
steps:
|
||||
- name: golangci-lint
|
||||
image: docker.io/library/golang:1.20.3-alpine3.17
|
||||
image: docker.io/library/golang:1.20.4-alpine3.17
|
||||
pull: always
|
||||
environment:
|
||||
CGO_ENABLED: 0
|
||||
|
Loading…
Reference in New Issue
Block a user