mirror of
https://github.com/thegeeklab/wp-git-clone.git
synced 2024-11-14 19:30:40 +00:00
chore(deps): update golang patch version (#105)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
55bb148927
commit
7ab5f0e82f
@ -7,7 +7,7 @@ when:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: docker.io/techknowlogick/xgo:go-1.23.2
|
image: docker.io/techknowlogick/xgo:go-1.23.3
|
||||||
commands:
|
commands:
|
||||||
- ln -s $(pwd) /source
|
- ln -s $(pwd) /source
|
||||||
- make release
|
- make release
|
||||||
|
@ -7,12 +7,12 @@ when:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: lint
|
- name: lint
|
||||||
image: docker.io/library/golang:1.23.2
|
image: docker.io/library/golang:1.23.3
|
||||||
commands:
|
commands:
|
||||||
- make lint
|
- make lint
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: docker.io/library/golang:1.23.2
|
image: docker.io/library/golang:1.23.3
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y --no-install-recommends git git-lfs
|
- apt-get install -y --no-install-recommends git git-lfs
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.23.2@sha256:ad5c126b5cf501a8caef751a243bb717ec204ab1aa56dc41dc11be089fafcb4f AS build
|
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.23.3@sha256:d56c3e08fe5b27729ee3834854ae8f7015af48fd651cd25d1e3bcf3c19830174 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.2
|
XGO_PACKAGE_VERSION := go-1.23.3
|
||||||
|
|
||||||
EXECUTABLE := wp-git-clone
|
EXECUTABLE := wp-git-clone
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user