Skip to content

Commit 298a278

Browse files
committed
multi: bump Golang version to v1.20.3
1 parent f960dd0 commit 298a278

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
# go needs absolute directories, using the $HOME variable doesn't work here.
1717
GOCACHE: /home/runner/work/go/pkg/build
1818
GOPATH: /home/runner/work/go
19-
GO_VERSION: 1.18.4
19+
GO_VERSION: 1.20.3
2020

2121
jobs:
2222
########################

go.mod

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

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/btcsuite/btcd v0.23.5-0.20230125025938-be056b0a0b2f

0 commit comments

Comments
 (0)