ci: bump golang to 1.20.5-alpine3.18
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2023-07-19 19:24:02 +02:00
parent 7cf26a73e3
commit 2c3b41a53f
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

View File

@ -87,13 +87,13 @@ environment:
steps: steps:
- name: pull - 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] depends_on: [clone]
commands: commands:
- go version - go version
- name: go mod tidy - 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] depends_on: [pull]
volumes: volumes:
- name: gopath - name: gopath
@ -106,7 +106,7 @@ steps:
- test -z "$(git diff-index HEAD :^package-lock.json)" - test -z "$(git diff-index HEAD :^package-lock.json)"
- name: go build - 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] depends_on: [go mod tidy]
volumes: volumes:
- name: gopath - name: gopath
@ -118,7 +118,7 @@ steps:
- go build -v . - go build -v .
- name: go test - 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] depends_on: [pull]
volumes: volumes:
- name: gopath - name: gopath
@ -146,7 +146,7 @@ node:
steps: steps:
- name: golangci-lint - 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 pull: always
environment: environment:
CGO_ENABLED: 0 CGO_ENABLED: 0