Skip to content

Commit

Permalink
Update golang Docker tag to v1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 7, 2024
1 parent 7911309 commit 10dad1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ pool:

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

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

0 comments on commit 10dad1d

Please sign in to comment.