Skip to content

Commit

Permalink
Revert "bumped golang"
Browse files Browse the repository at this point in the history
This reverts commit 1403325.
  • Loading branch information
garethahealy committed Dec 5, 2023
1 parent 1403325 commit 02cf014
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
RUN_UNIT_TESTS: true
RUN_INTEGRATION_TESTS: true
RUN_HELMCHART_TEST: true
GO_VERSION: "1.19"
GO_VERSION: "1.18"
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
RUN_UNIT_TESTS: true
RUN_INTEGRATION_TESTS: true
RUN_HELMCHART_TEST: true
GO_VERSION: "1.19"
GO_VERSION: "1.18"
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/redhat-cop/keepalived-operator

go 1.19
go 1.18

require (
github.com/go-logr/logr v1.2.0
Expand Down
5 changes: 2 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
"extends": [
"config:best-practices",
"schedule:earlyMondays"
],
"postUpdateOptions": ["gomodTidy"]
}
]
}

0 comments on commit 02cf014

Please sign in to comment.