Skip to content

Commit

Permalink
Merge pull request #46 from alex-semenyuk/fix_mockery
Browse files Browse the repository at this point in the history
Fix issue with running mockery
  • Loading branch information
denisandreenko authored May 2, 2024
2 parents 702c37a + 57ed3e5 commit 725918e
Show file tree
Hide file tree
Showing 6 changed files with 430 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version: '1.22.2'

- name: Build and Test
run: make
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version: '1.22.2'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21-alpine3.19 AS builder
FROM golang:1.22.2-alpine AS builder
RUN apk add make
ARG BUILD_VERSION
ENV BUILD_VERSION=${BUILD_VERSION}
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-tezosconnect

go 1.21
go 1.22.2

require (
blockwatch.cc/tzgo v1.17.1
Expand Down
15 changes: 9 additions & 6 deletions mocks/fftmmocks/manager.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 725918e

Please sign in to comment.