Merge pull request #407 from docker/bump-linter

dockerfile: Update linter
This commit is contained in:
Chris Crone 2020-08-03 10:44:28 +02:00 committed by GitHub
commit 9ef32f6c38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
ARG GO_VERSION=1.14.6-alpine
ARG GOLANGCI_LINT_VERSION=v1.28.3-alpine
ARG GOLANGCI_LINT_VERSION=v1.29.0-alpine
FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION} AS base
WORKDIR /api