From b2596f9438bbdd0246252879af4924ada5984c6b Mon Sep 17 00:00:00 2001 From: soakes <813389+soakes@users.noreply.github.com> Date: Fri, 8 May 2026 06:11:24 +0000 Subject: [PATCH] chore: refresh build tooling pins --- .golangci-lint-version | 2 +- Dockerfile | 2 +- README.md | 2 +- go.mod | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.golangci-lint-version b/.golangci-lint-version index a634791..6f9cc44 100644 --- a/.golangci-lint-version +++ b/.golangci-lint-version @@ -1 +1 @@ -v2.11.4 +v2.12.2 diff --git a/Dockerfile b/Dockerfile index 295078d..eb57433 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1.7 -ARG GO_VERSION=1.26.2 +ARG GO_VERSION=1.26.3 FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-bookworm AS build diff --git a/README.md b/README.md index df9316e..d53bd8c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Release](https://img.shields.io/github/v/release/soakes/s3ctl?sort=semver&style=flat-square)](https://github.com/soakes/s3ctl/releases) [![APT Repository](https://img.shields.io/badge/APT-signed%20repo-A81D33?style=flat-square&logo=debian&logoColor=white)](https://soakes.github.io/s3ctl/) [![GHCR](https://img.shields.io/badge/GHCR-published-2088FF?style=flat-square&logo=github)](https://ghcr.io/soakes/s3ctl) -[![Go](https://img.shields.io/badge/Go-1.26.2-00ADD8.svg?style=flat-square&logo=go&logoColor=white)](https://go.dev/) +[![Go](https://img.shields.io/badge/Go-1.26.3-00ADD8.svg?style=flat-square&logo=go&logoColor=white)](https://go.dev/) `s3ctl` is for teams that need repeatable bucket provisioning without manual storage and IAM setup. It creates buckets, issues scoped credentials, rotates diff --git a/go.mod b/go.mod index e5152b6..e6fecb7 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/soakes/s3ctl go 1.26.0 -toolchain go1.26.2 +toolchain go1.26.3 require ( github.com/aws/aws-sdk-go-v2 v1.41.7