Update golang Docker tag to v1.22 #23

Merged
abs3nt merged 1 commits from renovate/golang-1.x into main 2024-07-06 20:26:20 +00:00
Showing only changes of commit 7092c3d520 - Show all commits

View File

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