Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CI workflow and drop slices for compatibility #135

Merged
merged 13 commits into from
Nov 21, 2023
Prev Previous commit
Next Next commit
remove quotes
oliversun9 committed Nov 21, 2023
commit 4ef8ee30bc2007b10ba644617cdb637d0ce9a952
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.53
install-mode: "goinstall"
install-mode: goinstall
skip-pkg-cache: true
only-new-issues: false
args: >