Merge branch 'main' into main

This commit is contained in:
lotigara 2024-08-21 15:04:07 +00:00
commit 3e5a7e1952
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ when:
steps:
# use vendor to cache dependencies
vendor:
image: golang:1.22
image: golang:1.23
commands:
- go mod vendor
@ -66,7 +66,7 @@ steps:
release:
depends_on: build
image: woodpeckerci/plugin-release:0.1.0
image: woodpeckerci/plugin-release:0.2.1
settings:
base_url: https://codeberg.org
file_exists: overwrite

View File

@ -6,7 +6,7 @@ when:
steps:
lint:
depends_on: []
image: golangci/golangci-lint:v1.59.1
image: golangci/golangci-lint:v1.60.1
commands:
- go version
- go install mvdan.cc/gofumpt@latest