Skip to content

Commit

Permalink
update golang and golangci-lint used in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
powersj committed Sep 27, 2022
1 parent f1f6bf4 commit 47b5d1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ branches:
- master
language: go
go:
- 1.17.x
- 1.19.x
dist: bionic
install:
- go get -t -v ./...
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ${TRAVIS_HOME}/bin v1.43.0
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ${TRAVIS_HOME}/bin v1.49.0
- pyenv global 3.8
- pip install --user mkdocs-material
script:
Expand Down

0 comments on commit 47b5d1e

Please # to comment.