Skip to content

Commit 8aad00c

Browse files
authored
Merge pull request #14 from bsv-blockchain/chore/update-ci-go-file-version
chore: update go version file for ci
2 parents 4dc14eb + 869bf4f commit 8aad00c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: actions/setup-go@v5
1616
with:
17-
go-version-file: packages/sdk/go-sdk/go.mod
17+
go-version-file: go.work
1818
cache: true
1919

2020
- name: Build all workspace modules
@@ -43,7 +43,7 @@ jobs:
4343

4444
- uses: actions/setup-go@v5
4545
with:
46-
go-version-file: packages/sdk/go-sdk/go.mod
46+
go-version-file: go.work
4747
cache: true
4848

4949
- name: Vet all workspace modules

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ conformance/ — Conformance runner (see GO_PLAN.md in ts-stack)
7575

7676
### Prerequisites
7777

78-
- Go ≥ 1.22
78+
- Go 1.26.0
7979

8080
### Setup
8181

0 commit comments

Comments
 (0)