0
0
mirror of https://github.com/thegeeklab/wp-s3-action.git synced 2024-11-14 10:10:39 +00:00

chore(deps): update golang patch version (#190)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-11-08 01:10:50 +00:00 committed by GitHub
parent 3c77ebf91d
commit 88b8239db0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -7,11 +7,11 @@ 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:
- make test

View File

@ -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

View File

@ -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-s3-action

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/thegeeklab/wp-s3-action
go 1.23.2
go 1.23.3
require (
github.com/aws/aws-sdk-go-v2 v1.32.3