Skip to content

Commit

Permalink
coveralls-6
Browse files Browse the repository at this point in the history
  • Loading branch information
ohler55 committed Dec 26, 2024
1 parent 6a7a953 commit a29964b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@latest
- uses: actions/checkout@v2

- name: golangci-lint
uses: golangci/golangci-lint-action@latest
uses: golangci/golangci-lint-action@v2
with:
version: v1.62.0

Expand All @@ -29,10 +29,10 @@ jobs:

runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@latest
- uses: actions/checkout@v2

- name: Set up Go
uses: actions/setup-go@latest
uses: actions/setup-go@v2
with:
go-version: 1.23

Expand Down

0 comments on commit a29964b

Please sign in to comment.