This repository was archived by the owner on Jan 31, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/setup-go@v5
2020 with :
21- go-version : 1.22.4
21+ go-version : 1.21.8
2222 - uses : actions/checkout@v4
2323 - name : golangci-lint
2424 uses : golangci/golangci-lint-action@v4
3232 - uses : actions/checkout@v4
3333 - uses : actions/setup-go@v5
3434 with :
35- go-version : 1.22.4
35+ go-version : 1.21.8
3636 cache : true
3737 cache-dependency-path : go.sum
3838 - uses : technote-space/get-diff-action@v6.1.2
Original file line number Diff line number Diff line change 2020 - name : Install Go
2121 uses : actions/setup-go@v5
2222 with :
23- go-version : 1.22.4
23+ go-version : 1.21.8
2424 - name : Unshallow
2525 run : git fetch --prune --unshallow
2626 - name : Create release
Original file line number Diff line number Diff line change 2020 - uses : actions/checkout@v4
2121 - uses : actions/setup-go@v5
2222 with :
23- go-version : 1.22.4
23+ go-version : 1.21.8
2424 cache : true
2525 cache-dependency-path : go.sum
2626 - uses : technote-space/get-diff-action@v6.1.2
5252 - uses : actions/checkout@v4
5353 - uses : actions/setup-go@v5
5454 with :
55- go-version : 1.22.4
55+ go-version : 1.21.8
5656 cache : true
5757 cache-dependency-path : go.sum
5858 - uses : technote-space/get-diff-action@v6.1.2
8282 - uses : actions/setup-go@v5
8383 if : env.GIT_DIFF
8484 with :
85- go-version : 1.22.4
85+ go-version : 1.21.8
8686 cache : true
8787
8888 # In this step, this action saves a list of existing images, the cache is
Original file line number Diff line number Diff line change 1- FROM golang:1.22 -bullseye AS builder
1+ FROM golang:1.21 -bullseye AS builder
22
33WORKDIR /src/bsdk
44COPY . .
Original file line number Diff line number Diff line change 11module github.com/skip-mev/block-sdk
22
3- go 1.22.4
3+ go 1.21.8
44
55require (
66 cosmossdk.io/api v0.3.1
Original file line number Diff line number Diff line change 11module github.com/skip-mev/block-sdk/tests/e2e
22
3- go 1.22.4
3+ go 1.21.8
44
55replace (
66 // interchaintest supports ICS features so we need this for now
You can’t perform that action at this time.
0 commit comments