Skip to content

Commit

Permalink
update xgo to use 1.17 (#17915)
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick authored Dec 6, 2021
1 parent 6c34f6b commit 6255ff8
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 @@ -537,7 +537,7 @@ steps:

- name: static
pull: always
image: techknowlogick/xgo:go-1.16.x
image: techknowlogick/xgo:go-1.17.x
commands:
- curl -sL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs
- export PATH=$PATH:$GOPATH/bin
Expand Down Expand Up @@ -633,7 +633,7 @@ steps:

- name: static
pull: always
image: techknowlogick/xgo:go-1.16.x
image: techknowlogick/xgo:go-1.17.x
commands:
- curl -sL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs
- export PATH=$PATH:$GOPATH/bin
Expand Down

0 comments on commit 6255ff8

Please sign in to comment.