From 9573d25aaf29f96ed9fce101a9b9984458dd2246 Mon Sep 17 00:00:00 2001 From: Sharath P J Date: Tue, 25 Aug 2026 15:07:37 +0530 Subject: [PATCH 1/2] bump go 1.26.7 Signed-off-by: Sharath P J --- .go-version | 2 +- go.mod | 4 ++-- integration/sleep/go.mod | 4 ++-- integration/sleep/go.sum | 12 ++++-------- 4 files changed, 9 insertions(+), 13 deletions(-) diff --git a/.go-version b/.go-version index d7b1d35..ad7c780 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.25.14 +1.26.7 diff --git a/go.mod b/go.mod index 2caf1c2..b0e3b73 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module go.etcd.io/gofail -go 1.25 +go 1.26 -toolchain go1.25.14 +toolchain go1.26.7 require github.com/stretchr/testify v1.12.1 diff --git a/integration/sleep/go.mod b/integration/sleep/go.mod index 2352257..4c4b004 100644 --- a/integration/sleep/go.mod +++ b/integration/sleep/go.mod @@ -1,8 +1,8 @@ module go.etcd.io/gofail/integration/sleep -go 1.25 +go 1.26 -toolchain go1.25.14 +toolchain go1.26.7 require go.etcd.io/gofail v0.2.0 diff --git a/integration/sleep/go.sum b/integration/sleep/go.sum index f4e3748..c233683 100644 --- a/integration/sleep/go.sum +++ b/integration/sleep/go.sum @@ -1,8 +1,4 @@ -github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= -github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= -github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= -github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= -gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= -gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= +github.com/stretchr/testify v1.12.1 h1:EuwCh5fleGS7H32xRwO3wRGT7DxrDhLAT6FF8MpWDWE= +github.com/stretchr/testify v1.12.1/go.mod h1:MDEgiDPPsNp5cuIrHPPCyornHKgEVbtFUmoNlxoYthg= +go.yaml.in/yaml/v3 v3.0.5 h1:N6y/pJk8buWs9NY5ERU2HSMfm+IuD/OtfdAnq6kESPw= +go.yaml.in/yaml/v3 v3.0.5/go.mod h1:HVTZu1O7/Vkt2N+BFy8Zza+lnLsABggaTM2ZpNIGuKg= From 225d11cdde901672910619d12cab818ba042a7b8 Mon Sep 17 00:00:00 2001 From: Sharath P J Date: Tue, 25 Aug 2026 15:22:34 +0530 Subject: [PATCH 2/2] chore: upgrade golangci-lint to v2.13.1 Signed-off-by: Sharath P J --- .github/workflows/golangci-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 0c09354..55d18a2 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -26,8 +26,8 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0 with: - # Optional: version of golangci-lint to use in form of v2.6.1 or `latest` to use the latest version - version: v2.6.1 + # Optional: version of golangci-lint to use in form of v2.13.1 or `latest` to use the latest version + version: v2.13.1 # Optional: working directory, useful for monorepos # working-directory: somedir