Skip to content

Commit d1615fa

Browse files
authored
Merge pull request #643 from afumagalli98/update-test
Updated test
2 parents 442badc + 823d92f commit d1615fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.agola/config.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ steps: [
282282
{ type: 'run', name: 'install golangci-lint', command: 'curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.59.1' },
283283
{ type: 'run', name: 'run golangci-lint', command: 'golangci-lint run' },
284284

285-
{ type: 'run', name: '', command: 'go install go.uber.org/mock/mockgen@latest' },
285+
{ type: 'run', name: '', command: 'go install go.uber.org/mock/mockgen@v0.3.0' },
286286
{ type: 'run', name: '', command: 'go generate -v ./...' },
287287
{ type: 'run', name: '', command: 'go test -race -coverprofile=coverage.txt -covermode=atomic ./...' },
288288

0 commit comments

Comments
 (0)