summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2023-01-23 11:58:58 +0100
committerLibravatar GitHub <noreply@github.com>2023-01-23 11:58:58 +0100
commit605dfca1af5d00f5701b904ebe38d5762fb3dd96 (patch)
treea120903512768dec4590c7769193c0ede1e91c86
parent[chore]: Bump github.com/spf13/viper from 1.14.0 to 1.15.0 (#1375) (diff)
downloadgotosocial-605dfca1af5d00f5701b904ebe38d5762fb3dd96.tar.xz
[chore] bump go version to 1.19.5 (#1377)
-rw-r--r--.drone.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.drone.yml b/.drone.yml
index 257f0de21..d9e745fb8 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -28,7 +28,7 @@ steps:
- pull_request
- name: test
- image: golang:1.19.3-alpine
+ image: golang:1.19.5-alpine
volumes:
- name: go-build-cache
path: /root/.cache/go-build
@@ -81,7 +81,7 @@ steps:
- yarn run build
- name: snapshot
- image: superseriousbusiness/gotosocial-drone-build:0.0.7 # https://github.com/superseriousbusiness/gotosocial-drone-build
+ image: superseriousbusiness/gotosocial-drone-build:0.0.8 # https://github.com/superseriousbusiness/gotosocial-drone-build
volumes:
- name: go-build-cache
path: /root/.cache/go-build
@@ -110,7 +110,7 @@ steps:
- main
- name: release
- image: superseriousbusiness/gotosocial-drone-build:0.0.7 # https://github.com/superseriousbusiness/gotosocial-drone-build
+ image: superseriousbusiness/gotosocial-drone-build:0.0.8 # https://github.com/superseriousbusiness/gotosocial-drone-build
volumes:
- name: go-build-cache
path: /root/.cache/go-build
@@ -169,7 +169,7 @@ clone:
steps:
- name: mirror
- image: superseriousbusiness/gotosocial-drone-build:0.0.7
+ image: superseriousbusiness/gotosocial-drone-build:0.0.8
environment:
ORIGIN_REPO: https://github.com/superseriousbusiness/gotosocial
TARGET_REPO: https://codeberg.org/superseriousbusiness/gotosocial
@@ -182,6 +182,6 @@ steps:
---
kind: signature
-hmac: 46dd4ce5b5dab76bc64c68f4730663ed0ada81471ffcbfa1bcf935d8e7f6a155
+hmac: 2db9b7ee071069e8f1b6c8b96ea553033502a6cb5d4cf6a8527ce74269bc34fb
...