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 7
7
tags :
8
8
- v*
9
9
branches :
10
- - master
11
10
- main
12
11
pull_request :
13
12
permissions :
22
21
- uses : actions/checkout@v2
23
22
- uses : actions/setup-go@v3
24
23
with :
25
- go-version : ' 1.19 '
24
+ go-version : 1.20.x
26
25
- name : golangci-lint
27
26
uses : golangci/golangci-lint-action@v3
28
27
with :
Original file line number Diff line number Diff line change 50
50
- uses : actions/checkout@v3
51
51
- uses : actions/setup-go@v3
52
52
with :
53
- go-version : 1.19
53
+ go-version : 1.20.x
54
54
- name : Build binary
55
55
run : GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} make build
56
56
- 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
2
2
3
3
WORKDIR /code
4
4
COPY . .
Original file line number Diff line number Diff line change 1
1
module github.com/blinklabs-io/tx-submit-api-mirror
2
2
3
- go 1.19
3
+ go 1.20
4
4
5
5
require (
6
6
github.com/fxamacker/cbor/v2 v2.5.0
You can’t perform that action at this time.
0 commit comments