mirror of
https://github.com/thegeeklab/wp-git-clone.git
synced 2024-11-14 09:20: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:
|
||||
- name: build
|
||||
image: docker.io/techknowlogick/xgo:go-1.23.2
|
||||
image: docker.io/techknowlogick/xgo:go-1.23.3
|
||||
commands:
|
||||
- ln -s $(pwd) /source
|
||||
- make release
|
||||
|
@ -7,12 +7,12 @@ when:
|
||||
|
||||
steps:
|
||||
- name: lint
|
||||
image: docker.io/library/golang:1.23.2
|
||||
image: docker.io/library/golang:1.23.3
|
||||
commands:
|
||||
- make lint
|
||||
|
||||
- name: test
|
||||
image: docker.io/library/golang:1.23.2
|
||||
image: docker.io/library/golang:1.23.3
|
||||
commands:
|
||||
- apt-get update
|
||||
- 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 TARGETARCH
|
||||
|
2
Makefile
2
Makefile
@ -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.2
|
||||
XGO_PACKAGE_VERSION := go-1.23.3
|
||||
|
||||
EXECUTABLE := wp-git-clone
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user