Skip to content

Commit 67cbcb1

Browse files
authored
use Go 1.20 (#57)
1 parent 64925fd commit 67cbcb1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Set up Go 1.x
1111
uses: actions/setup-go@v2
1212
with:
13-
go-version: ^1.18
13+
go-version: ^1.20
1414
id: go
1515

1616
- name: Check out code into the Go module directory
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Go 1.x
2727
uses: actions/setup-go@v2
2828
with:
29-
go-version: ^1.18
29+
go-version: ^1.20
3030
id: go
3131

3232
- name: Check out code into the Go module directory
@@ -54,7 +54,7 @@ jobs:
5454
- name: Set up Go 1.x
5555
uses: actions/setup-go@v2
5656
with:
57-
go-version: ^1.18
57+
go-version: ^1.20
5858
id: go
5959

6060
- name: Check out code into the Go module directory

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/flashbots/go-boost-utils
22

3-
go 1.18
3+
go 1.20
44

55
require (
66
github.com/ethereum/go-ethereum v1.10.25

0 commit comments

Comments
 (0)