Skip to content

Commit

Permalink
Merge pull request #26 from cHiv0rz/master
Browse files Browse the repository at this point in the history
upgrade golang version for fix CVE-2024-24790
  • Loading branch information
Acconut authored Sep 5, 2024
2 parents 30fca76 + 63ad047 commit 089e085
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
go-version: [1.18.1]
go-version: [1.22.5]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/kvz/json2hcl

go 1.17
go 1.22.5

require github.com/hashicorp/hcl v1.0.0

0 comments on commit 089e085

Please sign in to comment.