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