Skip to content

Commit a944544

Browse files
committed
Update Go version to 1.24.5 across workflows, Dockerfile, and go.mod
1 parent 74d5812 commit a944544

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/makefile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v2
2222
with:
23-
go-version: 1.23.1
23+
go-version: 1.24.5
2424

2525
- name: Run golangci-lint
2626
run: make golangci

build/image/photon/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23.1 as golang-build
1+
FROM golang:1.24.5 as golang-build
22

33
WORKDIR /source
44

go.mod

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

3-
go 1.23.1
3+
go 1.24.5
44

55
replace (
66
github.com/agiledragon/gomonkey => github.com/agiledragon/gomonkey/v2 v2.11.0

0 commit comments

Comments
 (0)