File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
- name : Set up Go 1.x
11
11
uses : actions/setup-go@v2
12
12
with :
13
- go-version : ^1.18
13
+ go-version : ^1.20
14
14
id : go
15
15
16
16
- name : Check out code into the Go module directory
26
26
- name : Set up Go 1.x
27
27
uses : actions/setup-go@v2
28
28
with :
29
- go-version : ^1.18
29
+ go-version : ^1.20
30
30
id : go
31
31
32
32
- name : Check out code into the Go module directory
54
54
- name : Set up Go 1.x
55
55
uses : actions/setup-go@v2
56
56
with :
57
- go-version : ^1.18
57
+ go-version : ^1.20
58
58
id : go
59
59
60
60
- name : Check out code into the Go module directory
Original file line number Diff line number Diff line change 1
1
module github.com/flashbots/go-boost-utils
2
2
3
- go 1.18
3
+ go 1.20
4
4
5
5
require (
6
6
github.com/ethereum/go-ethereum v1.10.25
You can’t perform that action at this time.
0 commit comments