We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59f0564 commit bbe4e80Copy full SHA for bbe4e80
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
submodules: recursive
18
- uses: actions/setup-go@v4
19
with:
20
- go-version: "1.25"
+ go-version: "1.23"
21
- name: Lint
22
uses: golangci/golangci-lint-action@v8
23
go.mod
@@ -1,6 +1,6 @@
1
module github.com/nexus-rpc/sdk-go
2
3
-go 1.25
+go 1.23
4
5
require github.com/stretchr/testify v1.8.4
6
0 commit comments