no need to ship patch version
All checks were successful
ci/woodpecker/push/main Pipeline was successful

also update ci ref
This commit is contained in:
2024-06-04 22:35:43 +02:00
parent ae783cf9d6
commit a467baf847
4 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ labels:
steps:
test:
image: golang:1.21
image: golang:1.22
commands:
- go test ./...
pre-release:

View File

@ -6,7 +6,7 @@ labels:
steps:
test:
image: golang:1.21
image: golang:1.22
commands:
- go test ./...
pr-build:

View File

@ -6,7 +6,7 @@ labels:
steps:
test:
image: golang:1.21
image: golang:1.22
commands:
- go test ./...
release: