Skip to content

Commit bbe4e80

Browse files
committed
Downgrade Go to 1.23
1 parent 59f0564 commit bbe4e80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
submodules: recursive
1818
- uses: actions/setup-go@v4
1919
with:
20-
go-version: "1.25"
20+
go-version: "1.23"
2121
- name: Lint
2222
uses: golangci/golangci-lint-action@v8
2323
with:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/nexus-rpc/sdk-go
22

3-
go 1.25
3+
go 1.23
44

55
require github.com/stretchr/testify v1.8.4
66

0 commit comments

Comments
 (0)