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
|
||||
commands:
|
||||
- cd backend/
|
||||
- go install honnef.co/go/tools/cmd/staticcheck@latest
|
||||
- go build ./...
|
||||
- go vet ./...
|
||||
- staticcheck ./...
|
||||
- go run honnef.co/go/tools/cmd/staticcheck@latest ./...
|
||||
- go test -bench=. -benchmem -cover ./...
|
||||
|
||||
# staticcheck does not yet support Go 1.18.
|
||||
|
@ -20,10 +19,9 @@ steps:
|
|||
image: golang:1.18beta1
|
||||
commands:
|
||||
- cd backend/
|
||||
# - go install honnef.co/go/tools/cmd/staticcheck@latest
|
||||
- go build ./...
|
||||
- go vet ./...
|
||||
# - staticcheck ./...
|
||||
# - go run honnef.co/go/tools/cmd/staticcheck@latest ./...
|
||||
- go test -bench=. -benchmem -cover ./...
|
||||
|
||||
- name: frontend
|
||||
|
|
Loading…
Reference in New Issue