Skip to content

Commit

Permalink
Merge pull request #1926 from heidiberry/main
Browse files Browse the repository at this point in the history
  • Loading branch information
svanharmelen committed May 3, 2024
2 parents 2c4b565 + fc46d80 commit f3f2bd3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/lint_and_test.yml
Expand Up @@ -15,15 +15,16 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
cache: false

- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Lint package
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v5
with:
version: latest

Expand All @@ -33,7 +34,7 @@ jobs:
go tool cover -func coverage.txt
- name: Update coverage report
uses: ncruces/go-coverage-report@v0.2.3
uses: ncruces/go-coverage-report@v0.3.0
with:
report: 'true'
amend: 'true'
Expand Down

0 comments on commit f3f2bd3

Please sign in to comment.