You've already forked civ
chore(deps): update actions
All checks were successful
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 45s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 12s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 25s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Successful in 10s
Lint Markdown files / Run markdown linter (pull_request) Successful in 6s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 2m56s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 53s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 1m38s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 48s
All checks were successful
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 45s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 12s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 25s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Successful in 10s
Lint Markdown files / Run markdown linter (pull_request) Successful in 6s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 2m56s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 53s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 1m38s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 48s
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
||||
os: [ ubuntu-latest-amd64, ubuntu-latest-arm64 ]
|
||||
steps:
|
||||
- uses: actions/checkout@v6.0.2
|
||||
- uses: actions/setup-go@v6.3.0
|
||||
- uses: actions/setup-go@v6.4.0
|
||||
with:
|
||||
go-version: ${{ matrix.go }}
|
||||
- uses: golangci/golangci-lint-action@v9.2.0
|
||||
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
os: [ ubuntu-latest-amd64, ubuntu-latest-arm64 ]
|
||||
steps:
|
||||
- uses: actions/checkout@v6.0.2
|
||||
- uses: actions/setup-go@v6.3.0
|
||||
- uses: actions/setup-go@v6.4.0
|
||||
with:
|
||||
go-version: ${{ matrix.go }}
|
||||
- env:
|
||||
|
||||
@@ -14,10 +14,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v6.0.2
|
||||
- uses: docker/setup-qemu-action@v4.0.0
|
||||
- uses: actions/setup-go@v6.3.0
|
||||
- uses: actions/setup-go@v6.4.0
|
||||
with:
|
||||
go-version: stable
|
||||
- uses: docker/login-action@v4.0.0
|
||||
- uses: docker/login-action@v4.1.0
|
||||
with:
|
||||
registry: git.cryptic.systems
|
||||
username: ${{ github.repository_owner }}
|
||||
@@ -28,7 +28,7 @@ jobs:
|
||||
GOPROXY: ${{ vars.GOPROXY }}
|
||||
uses: goreleaser/goreleaser-action@v7.0.0
|
||||
with:
|
||||
version: v2.14.3 # renovate: datasource=github-releases depName=goreleaser/goreleaser
|
||||
version: v2.15.2 # renovate: datasource=github-releases depName=goreleaser/goreleaser
|
||||
args: release --clean
|
||||
|
||||
sync-to-hub-docker-io:
|
||||
|
||||
Reference in New Issue
Block a user