Skip to content

Commit 1324056

Browse files
committed
Revert "ci: Update Go to 1.20"
This reverts commit 61767ff.
1 parent 61767ff commit 1324056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/setup-go@v4
1717
with:
18-
go-version: 1.20
18+
go-version: 1.19
1919
- uses: actions/checkout@v3
2020
- run: go build
2121
- run: go test ./... -cover

0 commit comments

Comments
 (0)