Skip to content

Commit

Permalink
Update golang to v1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
nmanoogian committed Aug 19, 2024
1 parent 9adea9c commit f290944
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- uses: actions/setup-go@v2
with:
go-version: "1.20"
go-version: "1.22"

- name: Generate Helm Chart and Recommended YAML
run: make dist charts
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.20 as builder
FROM golang:1.22 as builder

ARG CONTROLLER_VERSION
ARG TARGETOS
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/DopplerHQ/kubernetes-operator

go 1.20
go 1.22

require (
github.com/go-logr/logr v0.3.0
Expand Down

0 comments on commit f290944

Please sign in to comment.