Skip to content

Commit

Permalink
Update Go lint action
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Crane <[email protected]>
  • Loading branch information
marcus-crane committed Nov 7, 2023
1 parent 85fc2b0 commit bdb0e93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: 1.19
- run: mkdir -p frontend/dist && touch frontend/dist/.gitkeep
Expand All @@ -22,6 +22,6 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.2
version: v1.53
skip-cache: true
skip-pkg-cache: true

0 comments on commit bdb0e93

Please sign in to comment.