fixup! WIP: Go 1.18
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
498fb1fe4d
commit
396a00bb0c
|
@ -8,10 +8,9 @@ steps:
|
||||||
image: golang:1.17
|
image: golang:1.17
|
||||||
commands:
|
commands:
|
||||||
- cd backend/
|
- cd backend/
|
||||||
- go install honnef.co/go/tools/cmd/staticcheck@latest
|
|
||||||
- go build ./...
|
- go build ./...
|
||||||
- go vet ./...
|
- go vet ./...
|
||||||
- staticcheck ./...
|
- go run honnef.co/go/tools/cmd/staticcheck@latest ./...
|
||||||
- go test -bench=. -benchmem -cover ./...
|
- go test -bench=. -benchmem -cover ./...
|
||||||
|
|
||||||
# staticcheck does not yet support Go 1.18.
|
# staticcheck does not yet support Go 1.18.
|
||||||
|
@ -20,10 +19,9 @@ steps:
|
||||||
image: golang:1.18beta1
|
image: golang:1.18beta1
|
||||||
commands:
|
commands:
|
||||||
- cd backend/
|
- cd backend/
|
||||||
# - go install honnef.co/go/tools/cmd/staticcheck@latest
|
|
||||||
- go build ./...
|
- go build ./...
|
||||||
- go vet ./...
|
- go vet ./...
|
||||||
# - staticcheck ./...
|
# - go run honnef.co/go/tools/cmd/staticcheck@latest ./...
|
||||||
- go test -bench=. -benchmem -cover ./...
|
- go test -bench=. -benchmem -cover ./...
|
||||||
|
|
||||||
- name: frontend
|
- name: frontend
|
||||||
|
|
Loading…
Reference in New Issue