fixup! WIP: Go 1.18

This commit is contained in:
Rob Watson 2021-12-29 16:54:32 +01:00
parent 97df19379c
commit 2234a12a16
1 changed files with 1 additions and 1 deletions

View File

@ -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