Skip to content

Commit

Permalink
pin golangci version to use image from docker cache
Browse files Browse the repository at this point in the history
  • Loading branch information
bradrydzewski committed Aug 7, 2022
1 parent f481597 commit b9de5f5
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 @@ -40,7 +40,7 @@ steps:
- vet

- name: golangci-lint
image: golangci/golangci-lint
image: golangci/golangci-lint:v1.48-alpine
commands:
- golangci-lint run --timeout 500s --new-from-rev=HEAD~
volumes:
Expand Down

0 comments on commit b9de5f5

Please sign in to comment.