Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
fix lint and test jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Achille Roussel <[email protected]>
  • Loading branch information
achille-roussel committed May 27, 2023
1 parent 021c269 commit 91d03e0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,10 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version-file: .go-version
go-version-file: go.mod
check-latest: true
cache: true

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand All @@ -60,7 +59,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20.4'
go-version-file: go.mod
check-latest: true

- name: Install Go tip
Expand Down

0 comments on commit 91d03e0

Please sign in to comment.