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:
Tobias Trabelsi 2024-06-04 22:35:43 +02:00
parent ae783cf9d6
commit a467baf847
Signed by: lerentis
GPG Key ID: FF0C2839718CAF2E
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:

2
go.mod
View File

@ -1,6 +1,6 @@
module git.uploadfilter24.eu/covidnetes/woodpecker-autoscaler
go 1.22.4
go 1.22
require (
github.com/gorilla/mux v1.8.1