Skip to content

Commit

Permalink
chore(deps): update golang patch version (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent ec27191 commit 6cd6b02
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .woodpecker/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ when:

steps:
- name: build
image: docker.io/techknowlogick/xgo:go-1.23.3
image: docker.io/techknowlogick/xgo:go-1.23.4
commands:
- ln -s $(pwd) /source
- make release
Expand Down
4 changes: 2 additions & 2 deletions .woodpecker/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ when:

steps:
- name: lint
image: docker.io/library/golang:1.23.3
image: docker.io/library/golang:1.23.4
commands:
- make lint

- name: test
image: docker.io/library/golang:1.23.3
image: docker.io/library/golang:1.23.4
commands:
- make test
2 changes: 1 addition & 1 deletion Containerfile.multiarch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.23.3@sha256:e5ca1999e21764b1fd40cf6564ebfb7022e7a55b8c72886a9bcb697a5feac8d6 AS build
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.23.4@sha256:70031844b8c225351d0bb63e2c383f80db85d92ba894e3da7e13bcf80efa9a37 AS build

ARG TARGETOS
ARG TARGETARCH
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GOFUMPT_PACKAGE_VERSION := v0.7.0
# renovate: datasource=github-releases depName=golangci/golangci-lint
GOLANGCI_LINT_PACKAGE_VERSION := v1.62.2
# renovate: datasource=docker depName=docker.io/techknowlogick/xgo
XGO_PACKAGE_VERSION := go-1.23.3
XGO_PACKAGE_VERSION := go-1.23.4

EXECUTABLE := tag-sv

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/thegeeklab/tag-sv

go 1.23.1
go 1.23.4

require (
github.com/Masterminds/semver/v3 v3.3.1
Expand Down

0 comments on commit 6cd6b02

Please sign in to comment.