ci: bump golang to 1.20.5-alpine3.18
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
7cf26a73e3
commit
2c3b41a53f
10
.drone.yml
10
.drone.yml
@ -87,13 +87,13 @@ environment:
|
||||
|
||||
steps:
|
||||
- name: pull
|
||||
image: docker.io/library/golang:1.20.4-alpine3.17
|
||||
image: docker.io/library/golang:1.20.5-alpine3.18
|
||||
depends_on: [clone]
|
||||
commands:
|
||||
- go version
|
||||
|
||||
- name: go mod tidy
|
||||
image: docker.io/library/golang:1.20.4-alpine3.17
|
||||
image: docker.io/library/golang:1.20.5-alpine3.18
|
||||
depends_on: [pull]
|
||||
volumes:
|
||||
- name: gopath
|
||||
@ -106,7 +106,7 @@ steps:
|
||||
- test -z "$(git diff-index HEAD :^package-lock.json)"
|
||||
|
||||
- name: go build
|
||||
image: docker.io/library/golang:1.20.4-alpine3.17
|
||||
image: docker.io/library/golang:1.20.5-alpine3.18
|
||||
depends_on: [go mod tidy]
|
||||
volumes:
|
||||
- name: gopath
|
||||
@ -118,7 +118,7 @@ steps:
|
||||
- go build -v .
|
||||
|
||||
- name: go test
|
||||
image: docker.io/library/golang:1.20.4-alpine3.17
|
||||
image: docker.io/library/golang:1.20.5-alpine3.18
|
||||
depends_on: [pull]
|
||||
volumes:
|
||||
- name: gopath
|
||||
@ -146,7 +146,7 @@ node:
|
||||
|
||||
steps:
|
||||
- name: golangci-lint
|
||||
image: docker.io/library/golang:1.20.4-alpine3.17
|
||||
image: docker.io/library/golang:1.20.5-alpine3.18
|
||||
pull: always
|
||||
environment:
|
||||
CGO_ENABLED: 0
|
||||
|
Loading…
Reference in New Issue
Block a user