Skip to content

Commit

Permalink
feat: update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
suquant committed Feb 1, 2023
1 parent 4a6889a commit c704136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: default

steps:
- name: test
image: golang:1.17
image: golang:1.19
environment:
GO111MODULE: on
commands:
Expand All @@ -13,7 +13,7 @@ steps:
path: /go

- name: build
image: golang:1.17
image: golang:1.19
environment:
GO111MODULE: on
commands:
Expand Down

0 comments on commit c704136

Please sign in to comment.