Skip to content

Commit 909ac9c

Browse files
authored
Fix vulnerabilities: GO-2024-2598,GO-2024-2599,GO-2024-2600 (#57)
1 parent 53a03a6 commit 909ac9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
- name: govulncheck
1818
uses: golang/govulncheck-action@v1
1919
with:
20-
go-version-input: 1.21.5
20+
go-version-input: 1.21.8
2121
go-package: ./...

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/alexandear/import-gitlab-commits
22

3-
go 1.21.5
3+
go 1.21.8
44

55
require (
66
github.com/go-git/go-git/v5 v5.11.0

0 commit comments

Comments
 (0)