Skip to content

Commit

Permalink
Update mockery version
Browse files Browse the repository at this point in the history
Signed-off-by: alexey semenyuk <alexsemenyuk88@gmail.com>
  • Loading branch information
alex-semenyuk committed Jul 20, 2024
1 parent 6a227d0 commit c264c19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: golang:1.21-bullseye
container: golang:1.22-bullseye
defaults:
run:
shell: bash # needed for codecov
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test: deps lint
coverage.html:
$(VGO) tool cover -html=coverage.txt
coverage: test coverage.html
lint:
lint:
$(VGO) install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.2
GOGC=20 $(LINT) run -v --timeout 5m

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hyperledger/firefly-transaction-manager

go 1.21
go 1.22.2

require (
github.com/DATA-DOG/go-sqlmock v1.5.2
Expand Down

0 comments on commit c264c19

Please sign in to comment.