Skip to content

Commit

Permalink
Fix vulnerability: GO-2024-2687
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear committed Apr 11, 2024
1 parent dfe7016 commit 34e69fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
- name: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.22.1
go-version-file: go.mod
go-package: ./...
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/alexandear/import-gitlab-commits

go 1.22.1
go 1.22.2

require (
github.com/go-git/go-git/v5 v5.11.0
Expand Down

0 comments on commit 34e69fa

Please sign in to comment.