consistently pin to golang patch version

This commit is contained in:
Robert Kaussow 2024-11-07 10:36:47 +01:00
parent d79274f428
commit 6eb49d0691
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
3 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ when:
steps:
- name: build
image: docker.io/techknowlogick/xgo:go-1.23.x
image: docker.io/techknowlogick/xgo:go-1.23.2
commands:
- ln -s $(pwd) /source
- make release

View File

@ -7,11 +7,11 @@ when:
steps:
- name: lint
image: docker.io/library/golang:1.23
image: docker.io/library/golang:1.23.2
commands:
- make lint
- name: test
image: docker.io/library/golang:1.23
image: docker.io/library/golang:1.23.2
commands:
- make test

View File

@ -3,7 +3,7 @@ GOFUMPT_PACKAGE_VERSION := v0.7.0
# renovate: datasource=github-releases depName=golangci/golangci-lint
GOLANGCI_LINT_PACKAGE_VERSION := v1.61.0
# renovate: datasource=docker depName=docker.io/techknowlogick/xgo
XGO_PACKAGE_VERSION := go-1.23.x
XGO_PACKAGE_VERSION := go-1.23.2
EXECUTABLE := url-parser