mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #99674 from nikhita/publishing-bot-go-build
staging/publishing: add -mod=mod for smoke tests for go1.16
This commit is contained in:
commit
5b0d0451ff
@ -154,8 +154,8 @@ rules:
|
||||
branch: release-1.20
|
||||
smoke-test: |
|
||||
# assumes GO111MODULE=on
|
||||
go build ./...
|
||||
go test ./...
|
||||
go build -mod=mod ./...
|
||||
go test -mod=mod ./...
|
||||
|
||||
- destination: component-base
|
||||
library: true
|
||||
@ -510,7 +510,7 @@ rules:
|
||||
- k8s.io/code-generator
|
||||
smoke-test: |
|
||||
# assumes GO111MODULE=on
|
||||
go build .
|
||||
go build -mod=mod .
|
||||
|
||||
- destination: sample-controller
|
||||
branches:
|
||||
@ -594,7 +594,7 @@ rules:
|
||||
- k8s.io/code-generator
|
||||
smoke-test: |
|
||||
# assumes GO111MODULE=on
|
||||
go build .
|
||||
go build -mod=mod .
|
||||
|
||||
- destination: apiextensions-apiserver
|
||||
branches:
|
||||
|
Loading…
Reference in New Issue
Block a user