Skip to content

Commit

Permalink
Merge pull request #68 from kubecost/patch-go-cve-2024-24790
Browse files Browse the repository at this point in the history
patch go version cve fix 2024-24790
  • Loading branch information
cliffcolvin authored Oct 15, 2024
2 parents 8332ba8 + 37e3720 commit 9d82b2e
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-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
go-version: 1.22

- name: golangci-lint
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
with:
version: v1.58

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 github.com/kubecost/disk-autoscaler

go 1.22.3
go 1.22.8

require (
github.com/go-sql-driver/mysql v1.8.1
Expand Down

0 comments on commit 9d82b2e

Please sign in to comment.