Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
go-version: '1.22'
go-version: '1.25'
- name: Run tests
run: |
make ci
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 @@ coverage: test

.PHONY: generate
generate:
go install github.com/vektra/mockery/v2@v2.53.3
go install github.com/vektra/mockery/v2@v2.53.5
go generate ./...

.PHONY: ci
Expand Down
2 changes: 1 addition & 1 deletion access/grpc/mocks/ExecutionDataRPCClient.go

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

2 changes: 1 addition & 1 deletion access/grpc/mocks/RPCClient.go

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

2 changes: 1 addition & 1 deletion access/http/mock_handler.go

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

2 changes: 1 addition & 1 deletion access/mocks/Client.go

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

4 changes: 2 additions & 2 deletions examples/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/onflow/flow-go-sdk/examples

go 1.23.7
go 1.25.0

toolchain go1.24.2
toolchain go1.25.0

replace github.com/onflow/flow-go-sdk => ../

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/onflow/flow-go-sdk

go 1.24.0
go 1.25.0

require (
cloud.google.com/go/kms v1.22.0
Expand Down
Loading