Skip to content

Commit 351f3ec

Browse files
committed
chore(ci/cd): Bump go to 1.25
1 parent 52c9074 commit 351f3ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Golang Environment
2222
uses: actions/setup-go@v5
2323
with:
24-
go-version: '1.24'
24+
go-version: '1.25'
2525
- name: Lint Code
2626
uses: golangci/golangci-lint-action@v8
2727
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- name: Setup Golang Environment
2424
uses: actions/setup-go@v5
2525
with:
26-
go-version: '1.24'
26+
go-version: '1.25'
2727
- name: Run Tests
2828
run: make test

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
###########
22
# Build the manager binary
3-
FROM golang:1.24-alpine as builder
3+
FROM golang:1.25-alpine as builder
44

55
WORKDIR /workspace
66
# Copy the Go Modules manifests

0 commit comments

Comments
 (0)