You've already forked db-wait
Compare commits
1 Commits
renovate/a
...
6ed7b2d459
| Author | SHA1 | Date | |
|---|---|---|---|
|
6ed7b2d459
|
@@ -21,9 +21,9 @@ jobs:
|
||||
os: [ ubuntu-latest-amd64, ubuntu-latest-arm64 ]
|
||||
steps:
|
||||
- uses: actions/checkout@v6.0.2
|
||||
- uses: actions/setup-go@v6.4.0
|
||||
- uses: actions/setup-go@v6.2.0
|
||||
with:
|
||||
go-version: ${{ matrix.go }}
|
||||
- uses: golangci/golangci-lint-action@v9.2.0
|
||||
with:
|
||||
version: v2.11.4 # renovate: datasource=github-releases depName=golangci/golangci-lint
|
||||
version: v2.9.0 # renovate: datasource=github-releases depName=golangci/golangci-lint
|
||||
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
os: [ ubuntu-latest-amd64, ubuntu-latest-arm64 ]
|
||||
steps:
|
||||
- uses: actions/checkout@v6.0.2
|
||||
- uses: actions/setup-go@v6.4.0
|
||||
- uses: actions/setup-go@v6.2.0
|
||||
with:
|
||||
go-version: ${{ matrix.go }}
|
||||
- env:
|
||||
|
||||
@@ -13,13 +13,11 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6.0.2
|
||||
- uses: docker/setup-qemu-action@v4.0.0
|
||||
with:
|
||||
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
|
||||
- uses: actions/setup-go@v6.4.0
|
||||
- uses: docker/setup-qemu-action@v3.7.0
|
||||
- uses: actions/setup-go@v6.2.0
|
||||
with:
|
||||
go-version: stable
|
||||
- uses: docker/login-action@v4.1.0
|
||||
- uses: docker/login-action@v3.7.0
|
||||
with:
|
||||
registry: git.cryptic.systems
|
||||
username: ${{ github.repository_owner }}
|
||||
@@ -28,9 +26,9 @@ jobs:
|
||||
GITEA_TOKEN: ${{ secrets.GIT_CRYPTIC_SYSTEMS_PACKAGE_REGISTRY_TOKEN }}
|
||||
GONOSUMDB: ${{ vars.GONOSUMDB }}
|
||||
GOPROXY: ${{ vars.GOPROXY }}
|
||||
uses: goreleaser/goreleaser-action@v7.2.1
|
||||
uses: goreleaser/goreleaser-action@v7.0.0
|
||||
with:
|
||||
version: v2.15.4 # renovate: datasource=github-releases depName=goreleaser/goreleaser
|
||||
version: v2.14.0 # renovate: datasource=github-releases depName=goreleaser/goreleaser
|
||||
args: release --clean
|
||||
|
||||
sync-to-hub-docker-io:
|
||||
|
||||
2
go.mod
2
go.mod
@@ -3,7 +3,7 @@ module git.cryptic.systems/volker.raschek/db-wait
|
||||
go 1.24
|
||||
|
||||
require (
|
||||
github.com/lib/pq v1.12.3
|
||||
github.com/lib/pq v1.11.2
|
||||
github.com/sijms/go-ora/v2 v2.9.0
|
||||
github.com/spf13/cobra v1.10.2
|
||||
)
|
||||
|
||||
4
go.sum
4
go.sum
@@ -1,8 +1,8 @@
|
||||
github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
|
||||
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
|
||||
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
|
||||
github.com/lib/pq v1.12.3 h1:tTWxr2YLKwIvK90ZXEw8GP7UFHtcbTtty8zsI+YjrfQ=
|
||||
github.com/lib/pq v1.12.3/go.mod h1:/p+8NSbOcwzAEI7wiMXFlgydTwcgTr3OSKMsD2BitpA=
|
||||
github.com/lib/pq v1.11.2 h1:x6gxUeu39V0BHZiugWe8LXZYZ+Utk7hSJGThs8sdzfs=
|
||||
github.com/lib/pq v1.11.2/go.mod h1:/p+8NSbOcwzAEI7wiMXFlgydTwcgTr3OSKMsD2BitpA=
|
||||
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
|
||||
github.com/sijms/go-ora/v2 v2.9.0 h1:+iQbUeTeCOFMb5BsOMgUhV8KWyrv9yjKpcK4x7+MFrg=
|
||||
github.com/sijms/go-ora/v2 v2.9.0/go.mod h1:QgFInVi3ZWyqAiJwzBQA+nbKYKH77tdp1PYoCqhR2dU=
|
||||
|
||||
Reference in New Issue
Block a user