We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa2d35b commit e68e59cCopy full SHA for e68e59c
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Go 1.x
16
uses: actions/setup-go@v5
17
with:
18
- go-version: '1.24'
+ go-version: '1.25'
19
id: go
20
21
- uses: actions/checkout@v4
Makefile
@@ -12,7 +12,7 @@ SRC_DIRS := $(SRC_PKGS) data *.go # directories which hold app source (not vendo
12
OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS))
13
ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))
14
-GO_VERSION ?= 1.24
+GO_VERSION ?= 1.25
BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION)
fmt: $(BUILD_DIRS)
0 commit comments