Skip to content

Commit 4df25c1

Browse files
chore(deps): update golang docker tag to v1.24.4 (#315)
1 parent 4154ed6 commit 4df25c1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/setup-go@v5
1515
with:
16-
go-version: 1.23.3
16+
go-version: 1.24.4
1717
- uses: actions/checkout@v4
1818
- name: golangci-lint
1919
uses: golangci/golangci-lint-action@v6.5.2

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.23.3 AS builder
2+
FROM golang:1.24.4 AS builder
33
ARG TARGETOS
44
ARG TARGETARCH
55

0 commit comments

Comments
 (0)