fixup! WIP: Go 1.18
This commit is contained in:
parent
97df19379c
commit
2234a12a16
|
@ -5,7 +5,7 @@ name: default
|
|||
|
||||
steps:
|
||||
- name: backend
|
||||
image: golang:1.17
|
||||
image: golang:1.18beta1
|
||||
commands:
|
||||
- cd backend/
|
||||
- go install honnef.co/go/tools/cmd/staticcheck@latest
|
||||
|
|
Loading…
Reference in New Issue