File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
deploy-hooks-run/app-config/hello-app
deployment-strategies-run/app-config/demo-app
e2e-run/app-config/hello-app
verification-run/app-config/hello-app Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM golang:1.19 AS builder
15+ FROM golang:1.22 AS builder
1616WORKDIR /go/src/hello
1717COPY . .
1818RUN CGO_ENABLED=0 go build -o /go/bin/hello
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM golang:1.19 AS builder
15+ FROM golang:1.22 AS builder
1616WORKDIR /go/src/demo
1717COPY . .
1818RUN CGO_ENABLED=0 go build -o /go/bin/demo
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM golang:1.19 AS builder
15+ FROM golang:1.22 AS builder
1616WORKDIR /go/src/hello
1717COPY . .
1818RUN CGO_ENABLED=0 go build -o /go/bin/hello
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM golang:1.19 AS builder
15+ FROM golang:1.22 AS builder
1616WORKDIR /go/src/hello
1717COPY . .
1818RUN CGO_ENABLED=0 go build -o /go/bin/hello
You can’t perform that action at this time.
0 commit comments