From 89c9886875aea1b229b391a4ee5bb6e0a4a6b2c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 22:02:59 +0000 Subject: [PATCH 1/2] build(deps): bump github.com/stretchr/testify Bumps the go-minor-and-patch group with 1 update: [github.com/stretchr/testify](https://github.com/stretchr/testify). Updates `github.com/stretchr/testify` from 1.10.0 to 1.11.1 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.10.0...v1.11.1) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor-and-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 37886f9..f7ecb0d 100644 --- a/go.mod +++ b/go.mod @@ -39,5 +39,5 @@ require ( github.com/google/btree v1.1.3 // indirect github.com/google/go-querystring v1.1.0 // indirect github.com/peterbourgon/diskv v2.0.1+incompatible // indirect - github.com/stretchr/testify v1.10.0 + github.com/stretchr/testify v1.11.1 ) diff --git a/go.sum b/go.sum index 1c607d7..5779632 100644 --- a/go.sum +++ b/go.sum @@ -53,8 +53,8 @@ github.com/spf13/cobra v1.9.1/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wx github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/spf13/pflag v1.0.7 h1:vN6T9TfwStFPFM5XzjsvmzZkLuaLX+HS+0SeFLRgU6M= github.com/spf13/pflag v1.0.7/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= -github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= -github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= +github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= +github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e h1:JVG44RsyaB9T2KIHavMF/ppJZNG9ZpyihvCd0w101no= github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e/go.mod h1:RbqR21r5mrJuqunuUZ/Dhy/avygyECGrLceyNeo4LiM= golang.org/x/exp v0.0.0-20231006140011-7918f672742d h1:jtJma62tbqLibJ5sFQz8bKtEM8rJBtfilJ2qTU199MI= From d6b3812b9c79083af6709b2d1e6f3940ee4e0582 Mon Sep 17 00:00:00 2001 From: Barry Morrison <689591+esacteksab@users.noreply.github.com> Date: Sat, 30 Aug 2025 17:30:32 -0500 Subject: [PATCH 2/2] chore: update actions and Docker image --- Dockerfile | 2 +- testdata/script/pin_github_actions.txtar | 2 +- testdata/script/pin_github_actions_42.txtar | 2 +- testdata/script/update_github_actions.txtar | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0714513..c09aa68 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM esacteksab/go:1.25.0-2025-08-22@sha256:1e6eec718c858f7ee6eb8128691ec30fd5ea5d5209550fb6c2781969adae6de7 AS builder +FROM esacteksab/go:1.25.0-2025-08-30@sha256:db05923e322c5e89c12a879bad4ce76826bab889cf829045beb52b6dda9792d1 AS builder # Set GOMODCACHE explicitly ENV GOMODCACHE=/go/pkg/mod diff --git a/testdata/script/pin_github_actions.txtar b/testdata/script/pin_github_actions.txtar index 360318e..35711f8 100644 --- a/testdata/script/pin_github_actions.txtar +++ b/testdata/script/pin_github_actions.txtar @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout v4 (branch/tag) - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 #v4 - name: Setup Go v5 (branch/tag) uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 #v5 - name: Action with specific SHA (should not change) diff --git a/testdata/script/pin_github_actions_42.txtar b/testdata/script/pin_github_actions_42.txtar index 9c438e9..a9a0f36 100644 --- a/testdata/script/pin_github_actions_42.txtar +++ b/testdata/script/pin_github_actions_42.txtar @@ -25,4 +25,4 @@ jobs: runs-on: ubuntu-latest steps: - name: Gradle v4 (branch/tag) - uses: gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 #v4.4.1 \ No newline at end of file + uses: gradle/actions/setup-gradle@017a9effdb900e5b5b2fddfb590a105619dca3c3 #v4.4.2 \ No newline at end of file diff --git a/testdata/script/update_github_actions.txtar b/testdata/script/update_github_actions.txtar index 82e9709..1d58447 100644 --- a/testdata/script/update_github_actions.txtar +++ b/testdata/script/update_github_actions.txtar @@ -31,10 +31,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout v4 (branch/tag) - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0 - name: Setup Go v5 (branch/tag) uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 #v5.5.0 - name: Action with specific SHA (should not change) - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0 - name: Non-existent ref - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0