Skip to content

Commit e17551c

Browse files
renovate[bot]xoxys
andauthored
chore(deps): update golang patch version (#289)
* chore(deps): update golang patch version * force-update zlib --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Robert Kaussow <[email protected]>
1 parent 3474fb1 commit e17551c

5 files changed

Lines changed: 7 additions & 6 deletions

File tree

.woodpecker/build-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ when:
77

88
steps:
99
- name: build
10-
image: docker.io/techknowlogick/xgo:go-1.26.0
10+
image: docker.io/techknowlogick/xgo:go-1.26.1
1111
commands:
1212
- ln -s $(pwd) /source
1313
- make deps release

.woodpecker/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ when:
77

88
steps:
99
- name: lint
10-
image: docker.io/library/golang:1.26.0
10+
image: docker.io/library/golang:1.26.1
1111
commands:
1212
- make deps lint
1313

1414
- name: test
15-
image: docker.io/library/golang:1.26.0
15+
image: docker.io/library/golang:1.26.1
1616
commands:
1717
- make deps test

Containerfile.multiarch

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.26.0@sha256:fb612b7831d53a89cbc0aaa7855b69ad7b0caf603715860cf538df854d047b84 AS build
1+
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.26.1@sha256:c7e98cc0fd4dfb71ee7465fee6c9a5f079163307e4bf141b336bb9dae00159a5 AS build
22

33
ARG TARGETOS
44
ARG TARGETARCH
@@ -18,6 +18,7 @@ LABEL org.opencontainers.image.source="https://github.com/thegeeklab/git-sv"
1818
LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/git-sv"
1919

2020
RUN apk --update add --no-cache git && \
21+
apk upgrade --no-cache zlib && \
2122
rm -rf /var/cache/apk/* && \
2223
rm -rf /tmp/*
2324

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GOFUMPT_PACKAGE_VERSION := v0.9.2
33
# renovate: datasource=github-releases depName=golangci/golangci-lint
44
GOLANGCI_LINT_PACKAGE_VERSION := v2.10.1
55
# renovate: datasource=docker depName=docker.io/techknowlogick/xgo
6-
XGO_PACKAGE_VERSION := go-1.26.0
6+
XGO_PACKAGE_VERSION := go-1.26.1
77

88
EXECUTABLE := git-sv
99

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/thegeeklab/git-sv
22

3-
go 1.26.0
3+
go 1.26.1
44

55
require (
66
dario.cat/mergo v1.0.2

0 commit comments

Comments
 (0)