Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nmanoogian committed Aug 19, 2024
1 parent e8745b9 commit f3be64b
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.21"

- 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.21 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.21

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

0 comments on commit f3be64b

Please sign in to comment.