mirror of
https://github.com/niusmallnan/steve.git
synced 2025-06-21 12:17:08 +00:00
Merge pull request #109 from moio/fix_drone_go1.19
Fix drone validate build
This commit is contained in:
commit
3cbeea22d3
@ -35,7 +35,7 @@ steps:
|
||||
- name: validate
|
||||
image: registry.suse.com/bci/bci-base:15.4
|
||||
commands:
|
||||
- zypper in -y go=1.19 git tar gzip make
|
||||
- zypper in -y "golang(API)=1.19" git tar gzip make
|
||||
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.49.0
|
||||
- mv ./bin/golangci-lint /usr/local/bin/golangci-lint
|
||||
- GOBIN=/usr/local/bin go install github.com/golang/mock/mockgen@v1.6.0
|
||||
|
Loading…
Reference in New Issue
Block a user