chore(): update dependencies
All checks were successful
ci/woodpecker/push/main Pipeline was successful

This commit is contained in:
2025-01-25 22:05:40 +01:00
parent a467baf847
commit e779c5a38b
6 changed files with 36 additions and 28 deletions

View File

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

View File

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

View File

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