Skip to content

Commit

Permalink
ci: downgrade golang 1.18 → 1.17.8 temporarily until solving "go test…
Browse files Browse the repository at this point in the history
… 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.
  • Loading branch information
zrma committed Mar 19, 2022
1 parent 6aa0d1b commit 1bbe03b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: [ '1.17', '1.18' ]
go: [ '1.17', '1.17.8' ]
name: action test
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

## Requirement

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

## Initialize
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module 1d1go

go 1.18
go 1.17

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

Expand Down

0 comments on commit 1bbe03b

Please sign in to comment.