Skip to content

Commit

Permalink
fully provide patched go version in the go.mod file
Browse files Browse the repository at this point in the history
  • Loading branch information
koala7659 committed Sep 18, 2024
1 parent 0eb5420 commit 3076f1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-vuln-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
- name: vulncheck
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.23.1
go-version-file: "./go.mod"
go-package: ./...
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/kyma-project/compass-manager

go 1.23.0

toolchain go1.23.1
go 1.23.1

require (
github.com/99designs/gqlgen v0.17.43
Expand Down

0 comments on commit 3076f1d

Please sign in to comment.