Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Revert "WIP"

This reverts commit f3be64b.
  • Loading branch information
nmanoogian committed Aug 19, 2024
1 parent e8745b9 commit 32ab21c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 .github/workflows/salus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: ./hack/inject-nosec.sh
- name: Salus Scan
id: salus_scan
uses: federacy/scan-action@0.1.2
uses: federacy/scan-action@0.1.5
with:
report_uri: file://./salus-report.txt
report_format: txt
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 32ab21c

Please sign in to comment.