Skip to content

Commit

Permalink
Use the latest minor Go version (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear authored May 13, 2024
1 parent 7d8a666 commit 308101f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ jobs:
- name: govulncheck
uses: golang/govulncheck-action@v1
with:
check-latest: true
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.2
go 1.22

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

0 comments on commit 308101f

Please sign in to comment.