Skip to content

Commit

Permalink
Try fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kelseymills committed Nov 6, 2024
1 parent 1e4725e commit fc8593a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ jobs:
runs-on: ubuntu-22.04
name: lint
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.20'
cache: false
- uses: actions/checkout@v4
with:
# NOTE: Because we are a fork,
# we must fetch all history for all branches
# and tags.
fetch-depth: '0'
fetch-depth: 0
- name: golangci-lint
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
with:
version: v1.52.2
- uses: actions/setup-go@v5
with:
go-version: '1.20'
cache: false

0 comments on commit fc8593a

Please sign in to comment.