File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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" },
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments