From 26244a4dcb8f012c3f20020d0798700b752cfe80 Mon Sep 17 00:00:00 2001 From: MatthewHink Date: Wed, 6 Apr 2022 15:45:12 -0400 Subject: [PATCH] golang-lintci v.1.45.2 + fix yaml syntax --- .github/workflows/lint.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 5571cc32..ef2d5091 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -12,11 +12,11 @@ jobs: runs-on: ubuntu-latest strategy: matrix: # Pin go version to the one(s) below. - go ['1.17'] + go: [ '1.17' ] steps: - uses: actions/checkout@v2 - - name Setup go ${{ matrix.go }} + - name: Setup go ${{ matrix.go }} uses: actions/setup.go@v2 with: go-version: ${{ matrix.go }} @@ -24,7 +24,7 @@ jobs: - name: Lint uses: golangci/golangci-lint-action@v2 with: - version: v1.31 + version: v1.45.2 skip-build-cache: true skip-pkg-cache: true args: --build-tags "containers_image_openpgp containers_image_ostree" --timeout 5m --skip-dirs internal/pkg/staticfiles