Skip to content

Commit c9a3a89

Browse files
authored
Merge pull request #83 from DopplerHQ/nic/go-v1-24
Update Go version to 1.24
2 parents 1b62cd5 + 9102c3e commit c9a3a89

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- uses: actions/setup-go@v2
4848
with:
49-
go-version: "1.22"
49+
go-version: "1.24"
5050

5151
- name: Generate Helm Chart and Recommended YAML
5252
run: make dist charts

.github/workflows/scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
- id: govulncheck
2626
uses: golang/govulncheck-action@v1
2727
with:
28-
go-version-input: 1.22.3
28+
go-version-input: 1.24
2929
go-package: ./...

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.22 as builder
2+
FROM golang:1.24 as builder
33

44
ARG CONTROLLER_VERSION
55
ARG TARGETOS

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/DopplerHQ/kubernetes-operator
22

3-
go 1.22.5
3+
go 1.24
44

55
require (
66
github.com/go-logr/logr v1.4.2

0 commit comments

Comments
 (0)