Skip to content

Commit a0c8fac

Browse files
authored
Fix vulnerabilities: GO-2023-2382, GO-2023-2185 (#37)
1 parent 2d6d2e9 commit a0c8fac

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.4
20+
go-version-input: 1.21.5
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.4
3+
go 1.21.5
44

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

0 commit comments

Comments
 (0)