Skip to content

Commit

Permalink
Merge pull request #243 from tphoney/CI-9642
Browse files Browse the repository at this point in the history
(fix) CI-9642 update go version, remove cli warning messages
  • Loading branch information
TP Honey authored Sep 19, 2023
2 parents e49fd5e + 316746c commit bb3f656
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 1,179 deletions.
6 changes: 3 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ pool:

steps:
- name: test
image: golang:1.18
image: golang:1.20
commands:
- go test ./...

- name: build
image: golang:1.18
image: golang:1.20
commands:
- sh .drone.sh
depends_on:
Expand Down Expand Up @@ -56,7 +56,7 @@ pool:

steps:
- name: build
image: golang:1.18
image: golang:1.20
commands:
- sh .drone.sh
- name: publish_linux_arm
Expand Down
Loading

0 comments on commit bb3f656

Please sign in to comment.