Skip to content

Commit

Permalink
Merge pull request #166 from drone-plugins/renovate/golang-1.x
Browse files Browse the repository at this point in the history
Update golang Docker tag to v1.21
  • Loading branch information
TP Honey committed Aug 10, 2023
2 parents 427905a + c0c97cc commit f84b99e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pool:

steps:
- name: lint
image: golang:1.20
image: golang:1.21
pull: always
commands:
- go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
Expand All @@ -19,7 +19,7 @@ steps:
- name: gopath
path: "/go"
- name: test
image: golang:1.20
image: golang:1.21
commands:
- go test -cover ./...
volumes:
Expand All @@ -46,15 +46,15 @@ pool:

steps:
- name: environment
image: golang:1.20
image: golang:1.21
pull: always
environment:
CGO_ENABLED: "0"
commands:
- go version
- go env
- name: build
image: golang:1.20
image: golang:1.21
environment:
CGO_ENABLED: "0"
commands:
Expand Down Expand Up @@ -90,15 +90,15 @@ pool:

steps:
- name: environment
image: golang:1.20
image: golang:1.21
pull: always
environment:
CGO_ENABLED: "0"
commands:
- go version
- go env
- name: build
image: golang:1.20
image: golang:1.21
environment:
CGO_ENABLED: "0"
commands:
Expand Down Expand Up @@ -134,15 +134,15 @@ pool:

steps:
- name: environment
image: golang:1.20
image: golang:1.21
pull: always
environment:
CGO_ENABLED: "0"
commands:
- go version
- go env
- name: build
image: golang:1.20
image: golang:1.21
environment:
CGO_ENABLED: "0"
commands:
Expand Down Expand Up @@ -184,15 +184,15 @@ pool:

steps:
- name: environment
image: golang:1.20
image: golang:1.21
pull: always
environment:
CGO_ENABLED: "0"
commands:
- go version
- go env
- name: build
image: golang:1.20
image: golang:1.21
environment:
CGO_ENABLED: "0"
commands:
Expand Down

0 comments on commit f84b99e

Please sign in to comment.