Compare commits

..
6 Commits
Author SHA1 Message Date
CSRBot 03cbfe87b9 Merge pull request 'chore(deps): update dependency goreleaser/goreleaser to v2.18.1' (#147) from renovate/goreleaser-goreleaser-2.x into master
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 18s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 27s
Lint Markdown files / Run markdown linter (push) Successful in 5s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 36s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 1m8s
2026-09-06 00:12:08 +00:00
CSRBot 372263b359 chore(deps): update dependency goreleaser/goreleaser to v2.18.1
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Successful in 28s
Lint Markdown files / Run markdown linter (pull_request) Successful in 6s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 2m29s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 36s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 18s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 4m38s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 1m9s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 31s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 1m9s
2026-09-06 00:04:27 +00:00
CSRBot c7f31f0c17 Merge pull request 'chore(deps): update docker/setup-qemu-action action to v4.3.0' (#145) from renovate/docker-setup-qemu-action-4.x into master
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 17s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 32s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 28s
Lint Markdown files / Run markdown linter (push) Successful in 6s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 1m8s
2026-09-02 00:09:02 +00:00
CSRBot 5614ec4abb chore(deps): update docker/setup-qemu-action action to v4.3.0
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 17s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 32s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 27s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 20s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Successful in 28s
Lint Markdown files / Run markdown linter (pull_request) Successful in 6s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 1m8s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 32s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 1m7s
2026-09-02 00:04:41 +00:00
CSRBot 005858427a Merge pull request 'chore(deps): update go toolchain directive to v1.27.1' (#146) from renovate/go-modules into master
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 35s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 43s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 32s
Lint Markdown files / Run markdown linter (push) Successful in 7s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 1m11s
2026-09-01 21:12:20 +00:00
CSRBot 6a23cb82ee chore(deps): update go toolchain directive to v1.27.1
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 1m33s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 35s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 27s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 2m38s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Successful in 35s
Lint Markdown files / Run markdown linter (pull_request) Successful in 9s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 1m15s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 52s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 1m21s
2026-09-01 21:05:56 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
GOPROXY: ${{ vars.GOPROXY }}
uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7.2.3
with:
version: v2.18.0 # renovate: datasource=github-releases depName=goreleaser/goreleaser
version: v2.18.1 # renovate: datasource=github-releases depName=goreleaser/goreleaser
args: release --clean
sync-to-hub-docker-io:
+1 -1
View File
@@ -2,7 +2,7 @@ module git.cryptic.systems/volker.raschek/civ
go 1.24
toolchain go1.27.0
toolchain go1.27.1
require (
git.cryptic.systems/volker.raschek/dockerutils v0.2.0