Update golang Docker tag
Some checks are pending
ci/woodpecker/pr/lint Pipeline is pending
ci/woodpecker/pr/test Pipeline is pending

This commit is contained in:
Renovate bot 2024-08-13 20:40:31 +00:00
parent d87201e851
commit 7fb56912c7
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
steps:
lint:
image: golang:1.22
image: golang:1.23
commands:
- go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
- golangci-lint run

View file

@ -1,6 +1,6 @@
steps:
- name: Release
image: golang:1.22.5
image: golang:1.23.0
commands:
- go install github.com/goreleaser/goreleaser@latest
- goreleaser release

View file

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