Skip to content

Commit d9fe369

Browse files
Updated pipeline config
1 parent fcc4ada commit d9fe369

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.pipeline-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ test:
2424
export GOPATH=$HOME/go
2525
export PATH=$PATH:$GOPATH/bin
2626
curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -d -b $GOPATH/bin
27+
go version
2728
# Actual Tests
2829
go vet $(go list ./... | grep -v "fixtures" | grep -v "vendor")
2930
go test $(go list ./... | grep -v "fixtures" | grep -v "vendor")

0 commit comments

Comments
 (0)