Skip to content

Commit d04f332

Browse files
committed
ci: downgrade golang 1.18 → 1.17.8 temporarily until solving "go test requires git due to -buildvcs" backport
- golang/go#51767 - golang/go#51723 > @bcmills requested issue #51723 to be considered for backport to the next 1.18 minor release. > > @gopherbot, please backport to Go 1.18. Invoking git for each go test of a package main is surprising and wastes users' time and battery power.
1 parent 80b2433 commit d04f332

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
go: [ '1.17', '1.18' ]
21+
go: [ '1.17', '1.17.8' ]
2222
name: action test
2323
steps:
2424
- uses: actions/checkout@v2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
## Requirement
1818

19-
- [Go](https://golang.org) (v1.18+)
19+
- [Go](https://golang.org) (v1.17+)
2020
- [Docker](https://www.docker.com/) (v20.10+)
2121

2222
## Initialize

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module 1d1go
22

3-
go 1.18
3+
go 1.17
44

55
replace google.golang.org/grpc => google.golang.org/grpc v1.42.0
66

0 commit comments

Comments
 (0)