File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 - name : Set up Go
1818 uses : actions/setup-go@v5
1919 with :
20- go-version : 1.21.4
20+ go-version : 1.20
2121 - name : Run flaky tests sequentially
2222 run :
2323 | # Upstream flakes are race conditions exacerbated by concurrent tests
3535 - name : Set up Go
3636 uses : actions/setup-go@v5
3737 with :
38- go-version : 1.21.4
38+ go-version : 1.20
3939
4040 - name : Run `go generate`
4141 run : go list ./... | grep -Pv "${EXCLUDE_REGEX}" | xargs go generate;
Original file line number Diff line number Diff line change 2121 - uses : actions/checkout@v4
2222 - uses : actions/setup-go@v5
2323 with :
24- go-version : stable
24+ go-version : 1.20
2525 - name : goheader
2626 # The goheader linter is only enabled in the CI so that it runs only on modified or new files
2727 # (see only-new-issues: true). It is disabled in .golangci.yml because
Original file line number Diff line number Diff line change 4646 - name : Set up Go
4747 uses : actions/setup-go@v5
4848 with :
49- go-version : 1.21.4
49+ go-version : 1.20
5050
5151 - name : Smoke tests
5252 # `go list` shows us the module name and grep will non-zero exit on mismatch
You can’t perform that action at this time.
0 commit comments