Skip to content

Commit 10dad1d

Browse files
Update golang Docker tag to v1.22
1 parent 7911309 commit 10dad1d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.drone.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ pool:
3232

3333
steps:
3434
- name: environment
35-
image: golang:1.21
35+
image: golang:1.22
3636
pull: always
3737
environment:
3838
CGO_ENABLED: "0"
3939
commands:
4040
- go version
4141
- go env
4242
- name: build
43-
image: golang:1.21
43+
image: golang:1.22
4444
environment:
4545
CGO_ENABLED: "0"
4646
commands:
@@ -75,15 +75,15 @@ pool:
7575

7676
steps:
7777
- name: environment
78-
image: golang:1.21
78+
image: golang:1.22
7979
pull: always
8080
environment:
8181
CGO_ENABLED: "0"
8282
commands:
8383
- go version
8484
- go env
8585
- name: build
86-
image: golang:1.21
86+
image: golang:1.22
8787
environment:
8888
CGO_ENABLED: "0"
8989
commands:

0 commit comments

Comments
 (0)