We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4dc14eb + 869bf4f commit 8aad00cCopy full SHA for 8aad00c
2 files changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
15
- uses: actions/setup-go@v5
16
with:
17
- go-version-file: packages/sdk/go-sdk/go.mod
+ go-version-file: go.work
18
cache: true
19
20
- name: Build all workspace modules
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
49
- name: Vet all workspace modules
README.md
@@ -75,7 +75,7 @@ conformance/ — Conformance runner (see GO_PLAN.md in ts-stack)
75
76
### Prerequisites
77
78
-- Go ≥ 1.22
+- Go 1.26.0
79
80
### Setup
81
0 commit comments