We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53850f7 commit 3c51731Copy full SHA for 3c51731
.github/workflows/ci.yml
@@ -13,10 +13,10 @@ jobs:
13
name: Build
14
runs-on: ubuntu-24.04
15
steps:
16
- - name: Set up Go 1.23
17
- uses: actions/setup-go@v1
+ - name: Set up Go 1.24
+ uses: actions/setup-go@v5
18
with:
19
- go-version: '1.23'
+ go-version: '1.24'
20
id: go
21
22
- uses: actions/checkout@v1
Makefile
@@ -69,7 +69,7 @@ TAG := $(VERSION)_$(OS)_$(ARCH)
69
TAG_PROD := $(TAG)
70
TAG_DBG := $(VERSION)-dbg_$(OS)_$(ARCH)
71
72
-GO_VERSION ?= 1.23
+GO_VERSION ?= 1.24
73
BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION)
74
75
OUTBIN = bin/$(OS)_$(ARCH)/$(BIN)
0 commit comments