File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 # go needs absolute directories, using the $HOME variable doesn't work here.
1717 GOCACHE : /home/runner/work/go/pkg/build
1818 GOPATH : /home/runner/work/go
19- GO_VERSION : 1.22.3
19+ GO_VERSION : 1.22.6
2020
2121jobs :
2222 # #######################
Original file line number Diff line number Diff line change 1- #Get golang 1.22.3 as a base image
2- FROM golang:1.22.3 as builder
1+ #Get golang 1.22.6 as a base image
2+ FROM golang:1.22.6 as builder
33
44#Define the working directory in the container
55WORKDIR /app
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This document describes the steps needed to release a new version of LNC binarie
66
771 . Android Studio with Android SDK (API level 16 or newer)
882 . Xcode (latest version)
9- 3 . Go v1.22.3 or newer
9+ 3 . Go v1.22.6 or newer
10104 . gomobile (https://pkg.go.dev/golang.org/x/mobile/cmd/gomobile )
11115 . javac version 1.7 or higher (Included in Java Development Kit 7+)
1212
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ require (
188188 sigs.k8s.io/yaml v1.2.0 // indirect
189189)
190190
191- go 1.22.3
191+ go 1.22.6
192192
193193// We want to format raw bytes as hex instead of base64. The forked version
194194// allows us to specify that as an option. This is required for the
You can’t perform that action at this time.
0 commit comments