Skip to content

Commit

Permalink
update tool versions and build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bojand committed May 27, 2022
1 parent accbb15 commit 31978b6
Show file tree
Hide file tree
Showing 3 changed files with 1,058 additions and 228 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
env:
GO111MODULE: on
GOLANGCI_LINT_VERSION: v1.31.0
GOLANGCI_LINT_VERSION: v1.46.2

steps:
- name: Set up Go
Expand Down
22 changes: 11 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,27 @@ require (
github.com/go-playground/validator v9.30.0+incompatible
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.5.2
github.com/golangci/golangci-lint v1.31.0
github.com/google/uuid v1.1.2
github.com/golangci/golangci-lint v1.46.2
github.com/google/uuid v1.3.0
github.com/jhump/protoreflect v1.9.0
github.com/jinzhu/configor v1.1.1
github.com/jinzhu/gorm v1.9.11
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/gommon v0.3.0
github.com/leodido/go-urn v1.2.0 // indirect
github.com/mfridman/tparse v0.8.3
github.com/mfridman/tparse v0.10.3
github.com/pkg/errors v0.9.1
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4
github.com/prometheus/common v0.4.0
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.32.1
github.com/rakyll/statik v0.1.6
github.com/stretchr/testify v1.7.0
go.uber.org/multierr v1.3.0
go.uber.org/zap v1.13.0
github.com/stretchr/testify v1.7.1
go.uber.org/multierr v1.6.0
go.uber.org/zap v1.17.0
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
golang.org/x/tools v0.0.0-20210106214847-113979e3529a
google.golang.org/grpc v1.43.0
golang.org/x/tools v0.1.11-0.20220316014157-77aa08bb151a
google.golang.org/grpc v1.45.0
google.golang.org/protobuf v1.28.0
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
)

0 comments on commit 31978b6

Please sign in to comment.