Skip to content

Bump github.com/onflow/flow-go-sdk from 1.10.5 to 1.10.8 #28

Bump github.com/onflow/flow-go-sdk from 1.10.5 to 1.10.8

Bump github.com/onflow/flow-go-sdk from 1.10.5 to 1.10.8 #28

Workflow file for this run

name: Check
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
check:
name: Run checks (tidy, lint, license)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v22
- name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@v14
- name: Run checks
run: nix develop --command just check