multi: bump Golang version to v1.20.3

pull/63/head
Oliver Gugger 1 year ago
parent f960dd07c4
commit 298a278952
No known key found for this signature in database
GPG Key ID: 8E4256593F177720

@ -16,7 +16,7 @@ env:
# go needs absolute directories, using the $HOME variable doesn't work here.
GOCACHE: /home/runner/work/go/pkg/build
GOPATH: /home/runner/work/go
GO_VERSION: 1.18.4
GO_VERSION: 1.20.3
jobs:
########################

@ -1,6 +1,6 @@
module github.com/guggero/chantools
go 1.18
go 1.19
require (
github.com/btcsuite/btcd v0.23.5-0.20230125025938-be056b0a0b2f

Loading…
Cancel
Save