Skip to content

Commit

Permalink
Update style.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh authored Oct 17, 2024
1 parent 1f8e631 commit 2550a0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
name: check goimports
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
Expand All @@ -23,8 +24,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.19
check-latest: true
go-version-file: go.mod

- uses: golangci/golangci-lint-action@v3.4.0
with:
Expand Down

0 comments on commit 2550a0c

Please sign in to comment.