Compare commits

..

3 commits

Author SHA1 Message Date
renovate[bot]
810be7de45
Merge 84bf37375b into 28a71f54d4 2025-01-18 16:26:23 +01:00
renovate[bot]
28a71f54d4
deps: update dependency go to v1.23.5 (#136)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-16 21:25:30 +00:00
renovate[bot]
42062bf401
deps: update ko-build/setup-ko action to v0.8 (#134)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-15 18:15:28 +00:00
3 changed files with 3 additions and 3 deletions

View file

@ -21,5 +21,5 @@ jobs:
with:
go-version-file: go.mod
- uses: ko-build/setup-ko@3aebd0597dc1e9d1a26bcfdb7cbeb19c131d3037 # v0.7
- uses: ko-build/setup-ko@d982fec422852203cfb2053a8ec6ad302280d04d # v0.8
- run: ko build --bare --tags ${{ github.ref_name }} github.com/apricote/releaser-pleaser/cmd/rp

View file

@ -30,7 +30,7 @@ jobs:
# Build container image from current commit and replace image ref in `action.yml`
# Without this, any new flags in `action.yml` would break the job in this repository until the new
# version is released. But a new version can only be released if this job works.
- uses: ko-build/setup-ko@3aebd0597dc1e9d1a26bcfdb7cbeb19c131d3037 # v0.7
- uses: ko-build/setup-ko@d982fec422852203cfb2053a8ec6ad302280d04d # v0.8
- run: ko build --bare --local --tags ci github.com/apricote/releaser-pleaser/cmd/rp
- run: mkdir -p .github/actions/releaser-pleaser

2
go.mod
View file

@ -2,7 +2,7 @@ module github.com/apricote/releaser-pleaser
go 1.23.2
toolchain go1.23.4
toolchain go1.23.5
require (
github.com/blang/semver/v4 v4.0.0