Skip to content

Commit

Permalink
Merge branch 'main' of github.com:penny-vault/pvbt
Browse files Browse the repository at this point in the history
  • Loading branch information
jdfergason committed Jan 8, 2025
2 parents f79f334 + ad220b2 commit 5b93963
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 123 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
go-version: '>=1.20.4'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v6
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
github.com/lestrrat-go/jwx v1.2.30
github.com/magefile/mage v1.15.0
github.com/onsi/gomega v1.30.0
github.com/onsi/gomega v1.36.2
github.com/pelletier/go-toml/v2 v2.2.3
github.com/pierrec/lz4/v4 v4.1.22
github.com/spf13/cast v1.7.1 // indirect
Expand All @@ -42,7 +42,7 @@ require (
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/nats-io/nats.go v1.38.0
github.com/olekukonko/tablewriter v0.0.5
github.com/onsi/ginkgo/v2 v2.14.0
github.com/onsi/ginkgo/v2 v2.22.2
github.com/pashagolub/pgxmock v1.8.0
github.com/rs/zerolog v1.33.0
github.com/sendgrid/sendgrid-go v3.16.0+incompatible
Expand All @@ -52,8 +52,8 @@ require (

require (
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
github.com/google/pprof v0.0.0-20230926050212-f7f687d19a98 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1 // indirect
github.com/jackc/pgx/v5 v5.7.2 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
Expand Down
Loading

0 comments on commit 5b93963

Please sign in to comment.