chore(): update dependencies
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
+1 -1
View File
@@ -7,7 +7,7 @@ labels:
steps:
test:
image: golang:1.22
image: golang:1.23
commands:
- go test ./...
pre-release:
+1 -1
View File
@@ -6,7 +6,7 @@ labels:
steps:
test:
image: golang:1.22
image: golang:1.23
commands:
- go test ./...
pr-build:
+1 -1
View File
@@ -6,7 +6,7 @@ labels:
steps:
test:
image: golang:1.22
image: golang:1.23
commands:
- go test ./...
release: