Update golang Docker tag to v1.22

This commit is contained in:
Renovate Bot 2024-07-06 13:18:09 -07:00
parent ad529e7aab
commit 7092c3d520

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