Skip to content

Commit 9f8d0a3

Browse files
Merge pull request #387 from Nordix/bump-go-1-20-11/adil
🌱 Bump golang to 1.20.11 for release-1.4
2 parents 4867041 + d4464e4 commit 9f8d0a3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,13 @@ tilt-settings.json
2323
tilt_config.json
2424
tilt.d/*
2525

26+
# Common editor / temporary files
27+
*~
28+
*.tmp
29+
.DS_Store
30+
31+
go.work
32+
go.work.sum
33+
2634
out
2735
releasenotes

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# Support FROM override
16-
ARG BUILD_IMAGE=docker.io/golang:1.20.10@sha256:098d628490c97d4419ed44a23d893f37b764f3bea06e0827183e8af4120e19be
16+
ARG BUILD_IMAGE=docker.io/golang:1.20.11@sha256:77e4e426190723821471a946a4bdad2d75d9af8209b2841f26744fe766e88444
1717
ARG BASE_IMAGE=gcr.io/distroless/static@sha256:9ecc53c269509f63c69a266168e4a687c7eb8c0cfd753bd8bfcaa4f58a90876f # nonroot
1818

1919
# Build the manager binary on golang image

0 commit comments

Comments
 (0)