ci: fix the go version inside the CI

Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
This commit is contained in:
Vincenzo Palazzo 2024-03-26 18:29:58 +01:00
parent cb1014f238
commit f91663099d
Signed by: vincenzopalazzo
GPG Key ID: 8B6DC2B870B80D5F
2 changed files with 3 additions and 3 deletions

View File

@ -22,10 +22,10 @@ jobs:
- { OS: "linux", ARCH: "arm64", ARM: "" }
- { OS: "darwin", ARCH: "amd64", ARM: "" }
steps:
- name: Set up Go 1.18
- name: Set up Go 1.21
uses: actions/setup-go@v1
with:
go-version: 1.18
go-version: 1.21
- name: Check out source code
uses: actions/checkout@v1

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/vincenzopalazzo/lnprototest-v2
go 1.22.1
go 1.23
require (
github.com/akamensky/argparse v1.4.0