From 47b5d1e701cdeb01829b705ce94c5f09eac6b944 Mon Sep 17 00:00:00 2001 From: Josh Powers Date: Tue, 27 Sep 2022 15:01:06 -0600 Subject: [PATCH] update golang and golangci-lint used in CI --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 81dbc6b..ee94144 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: