Skip to content

Commit 822c2bc

Browse files
committed
CI: Update Go to 1.22
1 parent 8461add commit 822c2bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ jobs:
88
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
99
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
1010
with:
11-
go-version: 1.21
11+
go-version: 1.22
1212
- run: make build

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
REGISTRY?=gcr.io/k8s-minikube
2-
VERSION=v0.1.0
2+
VERSION=v0.1.1
33
GOOS?=$(shell go env GOOS)
44
GOARCH?=$(shell go env GOARCH)
55
ARCH=$(if $(findstring amd64, $(GOARCH)),x86_64,$(GOARCH))

0 commit comments

Comments
 (0)