Skip to content

Commit

Permalink
fix: bump golang
Browse files Browse the repository at this point in the history
  • Loading branch information
ereio committed Oct 2, 2022
1 parent b0db3cd commit 88cb25a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ steps:
- shasum -a 256 ./syphon.nightly.linux.x64.tar.gz

- name: release linux
image: golang:1.17
image: golang:1.19
environment:
GITEA_SERVER_TOKEN:
from_secret: GITEA_API_TOKEN
Expand Down Expand Up @@ -77,7 +77,7 @@ steps:
- shasum -a 256 ./syphon.$(echo $DRONE_COMMIT_SHA | cut -c1-7).linux.x64.tar.gz

- name: release linux
image: golang:1.17
image: golang:1.19
environment:
GITEA_SERVER_TOKEN:
from_secret: GITEA_API_TOKEN
Expand Down Expand Up @@ -171,7 +171,7 @@ steps:
- cp build/app/outputs/flutter-apk/app-release.apk ./syphon.nightly.android.apk

- name: release android
image: golang:1.17
image: golang:1.19
environment:
GITEA_SERVER_TOKEN:
from_secret: GITEA_API_TOKEN
Expand Down Expand Up @@ -222,7 +222,7 @@ steps:
- cp build/app/outputs/flutter-apk/app-release.apk ./syphon.$(echo $DRONE_COMMIT_SHA | cut -c1-7).android.apk

- name: release android
image: golang:1.17
image: golang:1.19
environment:
GITEA_SERVER_TOKEN:
from_secret: GITEA_API_TOKEN
Expand Down

0 comments on commit 88cb25a

Please sign in to comment.