Skip to content

Commit 724ef32

Browse files
committed
Use Go 1.25
Signed-off-by: 1gtm <[email protected]>
1 parent 4c2bd6d commit 724ef32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go 1.x
2020
uses: actions/setup-go@v5
2121
with:
22-
go-version: '1.24'
22+
go-version: '1.25'
2323
id: go
2424

2525
- uses: actions/checkout@v4

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))
6464
BASEIMAGE_PROD ?= gcr.io/distroless/static-debian12
6565
BASEIMAGE_DBG ?= debian:12
6666

67-
GO_VERSION ?= 1.24
67+
GO_VERSION ?= 1.25
6868
BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION)
6969

7070
OUTBIN = bin/$(OS)_$(ARCH)/$(BIN)

0 commit comments

Comments
 (0)