Update golang Docker tag #19

Open
renovate-bot wants to merge 1 commit from renovate/golang-1.x into main
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 151b45969b - Show all commits

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.1
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 ./...