Skip to content

Commit

Permalink
Fix dependabot alerts June 2024 (#275)
Browse files Browse the repository at this point in the history
fix dependabot alerts, lint exception, workflow changes, and fix remaining lint issues
  • Loading branch information
jmwample authored Jun 18, 2024
1 parent 7e7e7d8 commit 5539590
Show file tree
Hide file tree
Showing 20 changed files with 916 additions and 210 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.19.x, 1.20.x, stable]
go-version: [1.21.x, 1.22.x, stable]

runs-on: ubuntu-latest
steps:
Expand Down
Loading

0 comments on commit 5539590

Please sign in to comment.