Skip to content

Commit

Permalink
Merge pull request #45 from privacybydesign/ci-lint-fix
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 22, 2024
2 parents ed9b5bb + c6c94cd commit 202feaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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: 1.21 # staticcheck does not support Go 1.22 yet.

- 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

0 comments on commit 202feaa

Please sign in to comment.