Skip to content

Commit 7be7832

Browse files
committed
Use Go 1.25
Signed-off-by: 1gtm <[email protected]>
1 parent aa7a0aa commit 7be7832

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
runs-on: ubuntu-24.04
1919
steps:
2020

21-
- name: Set up Go 1.24
21+
- name: Set up Go 1.25
2222
uses: actions/setup-go@v5
2323
with:
24-
go-version: '1.24'
24+
go-version: '1.25'
2525
id: go
2626

2727
- name: Check out code into the Go module directory

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ BIN_PLATFORMS := $(DOCKER_PLATFORMS) windows/amd64 darwin/amd64
5454
OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS))
5555
ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))
5656

57-
GO_VERSION ?= 1.24
57+
GO_VERSION ?= 1.25
5858
BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION)
5959

6060
OUTBIN = bin/$(BIN)-$(OS)-$(ARCH)

0 commit comments

Comments
 (0)