Skip to content

Commit

Permalink
Update status-checks.yml
Browse files Browse the repository at this point in the history
CI/CD: fix failing lint job due to Go version issues
  • Loading branch information
ivard authored Feb 20, 2024
1 parent ed9b5bb commit 48720b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/status-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ^1.18
go-version-file: go.mod

- name: Run gofmt
# gofmt does not return non-zero exit codes on failure, so we have to check that there are no issues using grep.
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ^1.18
go-version-file: go.mod

- name: Run all unit tests
run: go test -v ./...
Expand Down

0 comments on commit 48720b4

Please sign in to comment.