Skip to content

Commit 459455d

Browse files
chore(deps): update workflow tooling (#408)
Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent bcfc52c commit 459455d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"features": {
2424
"ghcr.io/devcontainers/features/github-cli:1": { "version": "2.72.0" },
2525
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
26-
"ghcr.io/devcontainers/features/go:1": { "version": "1.25", "golangciLintVersion": "2.7.1" },
27-
"ghcr.io/guiyomh/features/goreleaser:0": { "version": "2.13.0" },
26+
"ghcr.io/devcontainers/features/go:1": { "version": "1.25", "golangciLintVersion": "2.8.0" },
27+
"ghcr.io/guiyomh/features/goreleaser:0": { "version": "2.13.3" },
2828
"ghcr.io/guiyomh/features/gotestsum:0": { "version": "1.12.1" },
29-
"ghcr.io/szkiba/devcontainer-features/gosec:1": { "version": "2.22.10" },
29+
"ghcr.io/szkiba/devcontainer-features/gosec:1": { "version": "2.22.11" },
3030
"ghcr.io/szkiba/devcontainer-features/govulncheck:1": { "version": "1.1.4" },
3131
"ghcr.io/szkiba/devcontainer-features/bats:1": { "version": "1.13.0" },
3232
"ghcr.io/szkiba/devcontainer-features/cdo:1": { "version": "0.1.2" },

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Integration
1313
runs-on: ubuntu-latest
1414
env:
15-
GORELEASER_VERSION: "2.13.0"
15+
GORELEASER_VERSION: "2.13.3"
1616
steps:
1717
- name: Checkout code
1818
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
# #region inputs
2121
go-version: "1.25.5"
22-
goreleaser-version: "2.13.0"
22+
goreleaser-version: "2.13.3"
2323
k6-versions: '["v1.2.3","v1.0.0"]'
2424
bats: ./.github/release.bats
2525
# #endregion inputs

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
# #region inputs
2020
go-version: "1.25.x"
2121
go-versions: '["1.25.x"]'
22-
golangci-lint-version: "v2.7.1"
23-
goreleaser-version: "2.13.0"
22+
golangci-lint-version: "v2.8.0"
23+
goreleaser-version: "2.13.3"
2424
platforms: '["ubuntu-latest", "windows-latest", "macos-latest"]'
2525
k6-versions: '["v1.2.3","v1.0.0"]'
2626
bats: .github/validate.bats

0 commit comments

Comments
 (0)