Commit 9a5b70a 1 parent fd25678 commit 9a5b70a Copy full SHA for 9a5b70a
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ concurrency:
16
16
jobs :
17
17
build :
18
18
name : Build
19
- runs-on : ubuntu-latest
19
+ runs-on : ubuntu-24.04
20
20
steps :
21
- - name : Set up Go 1.22
21
+ - name : Set up Go 1.23
22
22
uses : actions/setup-go@v1
23
23
with :
24
- go-version : 1.22
24
+ go-version : ' 1.23 '
25
25
id : go
26
26
27
27
- name : Check out code into the Go module directory
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
13
13
jobs :
14
14
build :
15
15
name : Build
16
- runs-on : ubuntu-latest
16
+ runs-on : ubuntu-24.04
17
17
steps :
18
18
- name : Check out code into the Go module directory
19
19
uses : actions/checkout@v1
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ BIN_PLATFORMS := $(DOCKER_PLATFORMS)
54
54
OS := $(if $(GOOS ) ,$(GOOS ) ,$(shell go env GOOS) )
55
55
ARCH := $(if $(GOARCH ) ,$(GOARCH ) ,$(shell go env GOARCH) )
56
56
57
- GO_VERSION ?= 1.22
57
+ GO_VERSION ?= 1.23
58
58
BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION )
59
59
60
60
OUTBIN = bin/$(BIN ) -$(OS ) -$(ARCH )
You can’t perform that action at this time.
0 commit comments