Skip to content

Bump github.com/golangci/golangci-lint from 1.53.2 to 1.53.3 #2712

Bump github.com/golangci/golangci-lint from 1.53.2 to 1.53.3

Bump github.com/golangci/golangci-lint from 1.53.2 to 1.53.3 #2712

Workflow file for this run

name: Acceptance Tests
on:
pull_request:
paths-ignore:
- "README.md"
push:
paths-ignore:
- "README.md"
schedule:
- cron: "0 13 * * *"
jobs:
test:
name: Matrix Test
runs-on: ubuntu-latest
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
unifi_version:
- "v6.5"
- "v6"
- "v7.0"
- "v7.1"
- "v7.2"
- "v7.3"
- "v7.4"
- "v7"
- "latest"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
check-latest: true
- name: TF acceptance tests
timeout-minutes: 20
run: make testacc UNIFI_STDOUT=true UNIFI_VERSION=${{ matrix.unifi_download_url && 'beta' || matrix.unifi_version }} UNIFI_DOWNLOAD_URL=${{ matrix.unifi_download_url }}