Skip to content

Commit

Permalink
fix CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
MbolotSuse committed Jan 17, 2024
1 parent 0a75101 commit 212caa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ steps:
- name: validate
image: registry.suse.com/bci/bci-base:15.5
commands:
- zypper in -y "golang(API)=1.19" git tar gzip make
- zypper in -y "golang(API)=1.20" 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
Expand Down

0 comments on commit 212caa3

Please sign in to comment.