You've already forked db-wait
chore(deps): update actions/setup-go action to v6.5.0
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 1m38s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 13s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 10s
Lint Markdown files / Run markdown linter (pull_request) Successful in 6s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Successful in 12s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 26s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 26s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 3m44s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 26s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 1m38s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 13s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 10s
Lint Markdown files / Run markdown linter (pull_request) Successful in 6s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Successful in 12s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 26s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 26s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 3m44s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 26s
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
|||||||
os: [ ubuntu-latest-amd64, ubuntu-latest-arm64 ]
|
os: [ ubuntu-latest-amd64, ubuntu-latest-arm64 ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6.0.3
|
- uses: actions/checkout@v6.0.3
|
||||||
- uses: actions/setup-go@v6.4.0
|
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go }}
|
go-version: ${{ matrix.go }}
|
||||||
- uses: golangci/golangci-lint-action@v9.2.1
|
- uses: golangci/golangci-lint-action@v9.2.1
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ jobs:
|
|||||||
os: [ ubuntu-latest-amd64, ubuntu-latest-arm64 ]
|
os: [ ubuntu-latest-amd64, ubuntu-latest-arm64 ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6.0.3
|
- uses: actions/checkout@v6.0.3
|
||||||
- uses: actions/setup-go@v6.4.0
|
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go }}
|
go-version: ${{ matrix.go }}
|
||||||
- env:
|
- env:
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
|
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
|
||||||
- uses: docker/setup-buildx-action@v4.1.0
|
- uses: docker/setup-buildx-action@v4.1.0
|
||||||
- uses: actions/setup-go@v6.4.0
|
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
|
||||||
with:
|
with:
|
||||||
go-version: stable
|
go-version: stable
|
||||||
- uses: docker/login-action@v4.2.0
|
- uses: docker/login-action@v4.2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user