File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 77 tags :
88 - v*
99 branches :
10- - master
1110 - main
1211 pull_request :
1312permissions :
1817 name : lint
1918 strategy :
2019 matrix :
21- go-version : [1.19 .x, 1.20 .x]
20+ go-version : [1.20 .x, 1.21 .x]
2221 platform : [ubuntu-latest, macos-latest]
2322 runs-on : ${{ matrix.platform }}
2423 steps :
Original file line number Diff line number Diff line change 5050 - uses : actions/checkout@v3
5151 - uses : actions/setup-go@v3
5252 with :
53- go-version : 1.19
53+ go-version : 1.20.x
5454 - name : Build binary
5555 run : GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} make build
5656 - name : Upload release asset
Original file line number Diff line number Diff line change 1- FROM ghcr.io/blinklabs-io/go:1.19.12 -1 AS build
1+ FROM ghcr.io/blinklabs-io/go:1.21.1 -1 AS build
22
33WORKDIR /code
44COPY . .
Original file line number Diff line number Diff line change 11module github.com/blinklabs-io/tx-submit-api
22
3- go 1.19
3+ go 1.20
44
55require (
66 github.com/blinklabs-io/gouroboros v0.53.0
You can’t perform that action at this time.
0 commit comments