Skip to content

Commit

Permalink
Update go version (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
triffer authored Nov 15, 2023
1 parent 367388c commit 3b133a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vulnerabilities-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: vulncheck
uses: golang/govulncheck-action@7da72f730e37eeaad891fcff0a532d27ed737cd4
with:
go-version-input: 1.21.3
go-version-input: 1.21.4
go-package: ./...
slack_failed_notification:
name: Slack Notification
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/kyma-project/istio/operator

go 1.20
go 1.21

// Client-go does not handle different versions of mergo due to some breaking changes - use the matching version
replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.5
Expand Down

0 comments on commit 3b133a6

Please sign in to comment.