Skip to content

Commit

Permalink
Fix vulnerabilities: GO-2023-2382, GO-2023-2185 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear authored Dec 11, 2023
1 parent 2d6d2e9 commit a0c8fac
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.21.4
go-version-input: 1.21.5
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.21.4
go 1.21.5

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

0 comments on commit a0c8fac

Please sign in to comment.