fix: missing installed version

This commit is contained in:
Bo-Yi Wu
2022-06-15 22:55:25 +08:00
parent c7df4b7f8c
commit cf159c578b
5 changed files with 1 additions and 101 deletions

View File

@@ -21,20 +21,6 @@
},
],
},
{
name: 'lint',
image: 'golang:1.18',
pull: 'always',
commands: [
'make lint',
],
volumes: [
{
name: 'gopath',
path: '/go',
},
],
},
{
name: 'test',
image: 'golang:1.18-alpine',