We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f960dd0 commit 298a278Copy full SHA for 298a278
.github/workflows/main.yml
@@ -16,7 +16,7 @@ env:
16
# go needs absolute directories, using the $HOME variable doesn't work here.
17
GOCACHE: /home/runner/work/go/pkg/build
18
GOPATH: /home/runner/work/go
19
- GO_VERSION: 1.18.4
+ GO_VERSION: 1.20.3
20
21
jobs:
22
########################
go.mod
@@ -1,6 +1,6 @@
1
module github.com/guggero/chantools
2
3
-go 1.18
+go 1.19
4
5
require (
6
github.com/btcsuite/btcd v0.23.5-0.20230125025938-be056b0a0b2f
0 commit comments