diff options
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.drone.yml b/.drone.yml index 8e2aebb86..5145ff3c0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: # We use golangci-lint for linting. # See: https://golangci-lint.run/ - name: lint - image: golangci/golangci-lint:v1.53.1 + image: golangci/golangci-lint:v1.55.0 volumes: - name: go-build-cache path: /root/.cache/go-build @@ -28,7 +28,7 @@ steps: - pull_request - name: test - image: golang:1.20.4-alpine + image: golang:1.21-alpine volumes: - name: go-build-cache path: /root/.cache/go-build @@ -79,7 +79,7 @@ steps: - yarn --cwd ./web/source build - name: snapshot - image: superseriousbusiness/gotosocial-drone-build:0.3.0 # https://github.com/superseriousbusiness/gotosocial-drone-build + image: superseriousbusiness/gotosocial-drone-build:0.4.0 # https://github.com/superseriousbusiness/gotosocial-drone-build volumes: - name: go-build-cache path: /root/.cache/go-build @@ -120,7 +120,7 @@ steps: - main - name: release - image: superseriousbusiness/gotosocial-drone-build:0.3.0 # https://github.com/superseriousbusiness/gotosocial-drone-build + image: superseriousbusiness/gotosocial-drone-build:0.4.0 # https://github.com/superseriousbusiness/gotosocial-drone-build volumes: - name: go-build-cache path: /root/.cache/go-build @@ -179,7 +179,7 @@ clone: steps: - name: mirror - image: superseriousbusiness/gotosocial-drone-build:0.3.0 + image: superseriousbusiness/gotosocial-drone-build:0.4.0 environment: ORIGIN_REPO: https://github.com/superseriousbusiness/gotosocial TARGET_REPO: https://codeberg.org/superseriousbusiness/gotosocial @@ -192,6 +192,6 @@ steps: --- kind: signature -hmac: d7b93470276a0df7e4d862941489f00da107df3d085200009b776d33599e6043 +hmac: 00f69df57e8852d610f8d570c504aae22d315c2a0ff4808ef8f191554745c5ae ... |