Skip to content

Commit

Permalink
Merge pull request #371 from arnested/go-version-update
Browse files Browse the repository at this point in the history
Update Go version to 1.23.4
  • Loading branch information
arnested authored Dec 4, 2024
2 parents 2a21e13 + a19d19a commit ebead91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
with:
go-version-file: go.mod
- id: govulncheck
uses: golang/govulncheck-action@v1.0.4
uses: arnested/govulncheck-action@main
with:
output-format: sarif
output-file: results.sarif
- name: Fix SARIF format
run: yq --inplace --output-format json '.runs |= map ({"results":[]} + .)' results.sarif
setup-go: false
repo-checkout: false
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module ldddns.arnested.dk

go 1.23.3
go 1.23.4

require (
github.com/Microsoft/go-winio v0.6.1 // indirect
Expand Down

0 comments on commit ebead91

Please sign in to comment.