Skip to content

Commit

Permalink
Shift to 1.22 to try and avoid seg fault
Browse files Browse the repository at this point in the history
  • Loading branch information
akondur committed Aug 21, 2024
1 parent bb4268b commit 2374415
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OPERATOR_SDK_VERSION=v1.31.0
REVIEWERS=vivekr-splunk,akondur
GO_VERSION=1.23.0
GO_VERSION=1.22.0
AWSCLI_URL=https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.8.6.zip
KUBECTL_VERSION=v1.29.1
AZ_CLI_VERSION=2.30.0
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/splunk/splunk-operator

go 1.23.0
go 1.22.0

require (
github.com/aws/aws-sdk-go v1.47.11
Expand Down

0 comments on commit 2374415

Please sign in to comment.