Skip to content

Commit

Permalink
build: updated travis.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Ujjwal Kumar <[email protected]>
  • Loading branch information
ujjwal-ibm committed Sep 17, 2024
1 parent 8e02f23 commit f85db23
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ go:
- 1.21.x
- 1.22.x

env:
global:
- GO111MODULE=on

before_install:
- sudo apt-get update
Expand All @@ -21,7 +18,7 @@ before_install:
- npm install

install:
- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.56.2
- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.61.0

script:
- make travis-ci
Expand Down

0 comments on commit f85db23

Please sign in to comment.