You've already forked tarr
Compare commits
9 Commits
d4406880c3
...
renovate/g
| Author | SHA1 | Date | |
|---|---|---|---|
|
9360bba441
|
|||
| 78bd4f4522 | |||
|
ba82d8f421
|
|||
| 3f453bad33 | |||
|
58ab8bf43d
|
|||
| 0ab4944b6f | |||
|
c3707d32fd
|
|||
| 686807c8d0 | |||
|
7ef356d668
|
@@ -26,4 +26,4 @@ jobs:
|
|||||||
go-version: ${{ matrix.go }}
|
go-version: ${{ matrix.go }}
|
||||||
- uses: golangci/golangci-lint-action@v9.2.0
|
- uses: golangci/golangci-lint-action@v9.2.0
|
||||||
with:
|
with:
|
||||||
version: v2.9.0 # renovate: datasource=github-releases depName=golangci/golangci-lint
|
version: v2.11.3 # renovate: datasource=github-releases depName=golangci/golangci-lint
|
||||||
|
|||||||
@@ -15,11 +15,11 @@ jobs:
|
|||||||
- uses: actions/checkout@v6.0.2
|
- uses: actions/checkout@v6.0.2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: docker/setup-qemu-action@v3.7.0
|
- uses: docker/setup-qemu-action@v4.0.0
|
||||||
- uses: actions/setup-go@v6.3.0
|
- uses: actions/setup-go@v6.3.0
|
||||||
with:
|
with:
|
||||||
go-version: stable
|
go-version: stable
|
||||||
- uses: docker/login-action@v3.7.0
|
- uses: docker/login-action@v4.0.0
|
||||||
with:
|
with:
|
||||||
registry: git.cryptic.systems
|
registry: git.cryptic.systems
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
@@ -30,7 +30,7 @@ jobs:
|
|||||||
GOPROXY: ${{ vars.GOPROXY }}
|
GOPROXY: ${{ vars.GOPROXY }}
|
||||||
uses: goreleaser/goreleaser-action@v7.0.0
|
uses: goreleaser/goreleaser-action@v7.0.0
|
||||||
with:
|
with:
|
||||||
version: v2.14.1 # renovate: datasource=github-releases depName=goreleaser/goreleaser
|
version: v2.14.3 # renovate: datasource=github-releases depName=goreleaser/goreleaser
|
||||||
args: release --clean
|
args: release --clean
|
||||||
|
|
||||||
sync-to-hub-docker-io:
|
sync-to-hub-docker-io:
|
||||||
|
|||||||
Reference in New Issue
Block a user