diff options
| author | 2023-02-27 13:10:54 +0100 | |
|---|---|---|
| committer | 2023-02-27 13:10:54 +0100 | |
| commit | 4bb3f59324fcca56373f960b34eb60e0f1c40beb (patch) | |
| tree | fef603dc574c0be837b4539561ddf5645b5312da /.drone.yml | |
| parent | [chore]: Bump github.com/miekg/dns from 1.1.50 to 1.1.51 (#1566) (diff) | |
| download | gotosocial-4bb3f59324fcca56373f960b34eb60e0f1c40beb.tar.xz | |
[chore] bump go, build, and lint version (#1570)
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 d9e745fb8..8f490ba6c 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.50.1 + image: golangci/golangci-lint:v1.51.2 volumes: - name: go-build-cache path: /root/.cache/go-build @@ -28,7 +28,7 @@ steps: - pull_request - name: test - image: golang:1.19.5-alpine + image: golang:1.20.1-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.8 # https://github.com/superseriousbusiness/gotosocial-drone-build + image: superseriousbusiness/gotosocial-drone-build:0.1.0 # 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.8 # https://github.com/superseriousbusiness/gotosocial-drone-build + image: superseriousbusiness/gotosocial-drone-build:0.1.0 # 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.8 + image: superseriousbusiness/gotosocial-drone-build:0.1.0 environment: ORIGIN_REPO: https://github.com/superseriousbusiness/gotosocial TARGET_REPO: https://codeberg.org/superseriousbusiness/gotosocial @@ -182,6 +182,6 @@ steps: --- kind: signature -hmac: 2db9b7ee071069e8f1b6c8b96ea553033502a6cb5d4cf6a8527ce74269bc34fb +hmac: b894a72d5912045f74b9c046c7ecd49f2d36bead2a139d85af66a441aa2bc435 ... |
