Skip to content

Commit bb3f656

Browse files
author
TP Honey
authored
Merge pull request #243 from tphoney/CI-9642
(fix) CI-9642 update go version, remove cli warning messages
2 parents e49fd5e + 316746c commit bb3f656

File tree

9 files changed

+51
-1179
lines changed

9 files changed

+51
-1179
lines changed

.drone.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ pool:
77

88
steps:
99
- name: test
10-
image: golang:1.18
10+
image: golang:1.20
1111
commands:
1212
- go test ./...
1313

1414
- name: build
15-
image: golang:1.18
15+
image: golang:1.20
1616
commands:
1717
- sh .drone.sh
1818
depends_on:
@@ -56,7 +56,7 @@ pool:
5656

5757
steps:
5858
- name: build
59-
image: golang:1.18
59+
image: golang:1.20
6060
commands:
6161
- sh .drone.sh
6262
- name: publish_linux_arm

0 commit comments

Comments
 (0)