From f40dc0204c529249444fbeeb42e94e2dd48a344e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 19:10:34 +0000 Subject: [PATCH] Bump the all-github-actions group across 1 directory with 3 updates Bumps the all-github-actions group with 3 updates in the / directory: [nixbuild/nix-quick-install-action](https://github.com/nixbuild/nix-quick-install-action), [actions/setup-go](https://github.com/actions/setup-go) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `nixbuild/nix-quick-install-action` from 33 to 34 - [Release notes](https://github.com/nixbuild/nix-quick-install-action/releases) - [Changelog](https://github.com/nixbuild/nix-quick-install-action/blob/master/RELEASE) - [Commits](https://github.com/nixbuild/nix-quick-install-action/compare/v33...v34) Updates `actions/setup-go` from 5 to 6 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v5...v6) Updates `golangci/golangci-lint-action` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v8.0.0...v9.0.0) --- updated-dependencies: - dependency-name: nixbuild/nix-quick-install-action dependency-version: '34' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions - dependency-name: golangci/golangci-lint-action dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/flake-update.yml | 2 +- .github/workflows/gotest.yml | 2 +- .github/workflows/lint.yml | 4 ++-- .github/workflows/nix.yml | 2 +- .github/workflows/testcoverage.yml | 2 +- .github/workflows/vuln.yml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 924408a..b0e6e0d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v5 - name: Install nix - uses: nixbuild/nix-quick-install-action@v33 + uses: nixbuild/nix-quick-install-action@v34 with: nix_conf: experimental-features = nix-command flakes - name: build goshrt server diff --git a/.github/workflows/flake-update.yml b/.github/workflows/flake-update.yml index 4b63873..44f368d 100644 --- a/.github/workflows/flake-update.yml +++ b/.github/workflows/flake-update.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v5 - name: Install nix - uses: nixbuild/nix-quick-install-action@v33 + uses: nixbuild/nix-quick-install-action@v34 with: nix_conf: experimental-features = nix-command flakes - name: Run gomod2nix generate diff --git a/.github/workflows/gotest.yml b/.github/workflows/gotest.yml index 653ea28..fce5a72 100644 --- a/.github/workflows/gotest.yml +++ b/.github/workflows/gotest.yml @@ -7,7 +7,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v5 - name: Install nix - uses: nixbuild/nix-quick-install-action@v33 + uses: nixbuild/nix-quick-install-action@v34 with: nix_conf: experimental-features = nix-command flakes - name: Start postgres database diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cf5bc7c..2c3b71e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,12 +20,12 @@ jobs: - name: Checkout code uses: actions/checkout@v5 - name: Install Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: "go.mod" cache: false - name: Lint - uses: golangci/golangci-lint-action@v8.0.0 + uses: golangci/golangci-lint-action@v9.0.0 with: version: latest args: --timeout 15m -v diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index fef4ff8..e26c1af 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -7,7 +7,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v5 - name: Install nix - uses: nixbuild/nix-quick-install-action@v33 + uses: nixbuild/nix-quick-install-action@v34 with: nix_conf: experimental-features = nix-command flakes - name: nix build goshrt diff --git a/.github/workflows/testcoverage.yml b/.github/workflows/testcoverage.yml index 5e07bef..d859744 100644 --- a/.github/workflows/testcoverage.yml +++ b/.github/workflows/testcoverage.yml @@ -7,7 +7,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v5 - name: Install nix - uses: nixbuild/nix-quick-install-action@v33 + uses: nixbuild/nix-quick-install-action@v34 with: nix_conf: experimental-features = nix-command flakes - name: Start postgres database diff --git a/.github/workflows/vuln.yml b/.github/workflows/vuln.yml index dcda806..c5acba8 100644 --- a/.github/workflows/vuln.yml +++ b/.github/workflows/vuln.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v5 - name: Install nix - uses: nixbuild/nix-quick-install-action@v33 + uses: nixbuild/nix-quick-install-action@v34 with: nix_conf: experimental-features = nix-command flakes - name: Run govulncheck