Skip to content

Commit

Permalink
update golangci-lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
dmacvicar committed Sep 15, 2024
1 parent f19d503 commit f5a8334
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ jobs:
matrix:
go-version: ["1.21.x"]
steps:
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 2
- name: terraform fmt
run: |
make tflint
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: v1.55.2
only-new-issues: true
Expand Down

0 comments on commit f5a8334

Please sign in to comment.