mirror of
https://github.com/thegeeklab/wp-gitea-release.git
synced 2024-11-14 19:10:42 +00:00
consistently pin to golang patch version
This commit is contained in:
parent
b5fbeac7fd
commit
a9f173b9af
@ -7,7 +7,7 @@ when:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: docker.io/techknowlogick/xgo:go-1.23.x
|
image: docker.io/techknowlogick/xgo:go-1.23.2
|
||||||
commands:
|
commands:
|
||||||
- ln -s $(pwd) /source
|
- ln -s $(pwd) /source
|
||||||
- make release
|
- make release
|
||||||
|
@ -7,11 +7,11 @@ when:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: lint
|
- name: lint
|
||||||
image: docker.io/library/golang:1.23
|
image: docker.io/library/golang:1.23.2
|
||||||
commands:
|
commands:
|
||||||
- make lint
|
- make lint
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: docker.io/library/golang:1.23
|
image: docker.io/library/golang:1.23.2
|
||||||
commands:
|
commands:
|
||||||
- make test
|
- make test
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.23@sha256:ad5c126b5cf501a8caef751a243bb717ec204ab1aa56dc41dc11be089fafcb4f AS build
|
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.23.2@sha256:ad5c126b5cf501a8caef751a243bb717ec204ab1aa56dc41dc11be089fafcb4f AS build
|
||||||
|
|
||||||
ARG TARGETOS
|
ARG TARGETOS
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
2
Makefile
2
Makefile
@ -3,7 +3,7 @@ GOFUMPT_PACKAGE_VERSION := v0.7.0
|
|||||||
# renovate: datasource=github-releases depName=golangci/golangci-lint
|
# renovate: datasource=github-releases depName=golangci/golangci-lint
|
||||||
GOLANGCI_LINT_PACKAGE_VERSION := v1.61.0
|
GOLANGCI_LINT_PACKAGE_VERSION := v1.61.0
|
||||||
# renovate: datasource=docker depName=docker.io/techknowlogick/xgo
|
# renovate: datasource=docker depName=docker.io/techknowlogick/xgo
|
||||||
XGO_PACKAGE_VERSION := go-1.23.x
|
XGO_PACKAGE_VERSION := go-1.23.2
|
||||||
|
|
||||||
EXECUTABLE := wp-gitea-release
|
EXECUTABLE := wp-gitea-release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user