Update golang Docker tag to v1.23 #44

Open
abs3nt wants to merge 1 commits from renovate/golang-1.x into main
Showing only changes of commit b5ed765f6b - Show all commits

View File

@ -1,6 +1,6 @@
steps: steps:
build: build:
image: golang:1.22 image: golang:1.23
commands: commands:
- go mod tidy - go mod tidy
- go build -o gospt - go build -o gospt