mirror of
https://github.com/rancher/steve.git
synced 2025-05-04 05:56:42 +00:00
chore(deps): update registry.suse.com/bci/golang docker tag to v1.22
This commit is contained in:
parent
3c1e7f232d
commit
216e53edbc
@ -20,7 +20,7 @@ name: build
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: registry.suse.com/bci/golang:1.20
|
image: registry.suse.com/bci/golang:1.22
|
||||||
commands:
|
commands:
|
||||||
- make build-bin
|
- make build-bin
|
||||||
when:
|
when:
|
||||||
@ -50,7 +50,7 @@ name: test
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: registry.suse.com/bci/golang:1.20
|
image: registry.suse.com/bci/golang:1.22
|
||||||
commands:
|
commands:
|
||||||
- make test
|
- make test
|
||||||
when:
|
when:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# syntax = docker/dockerfile:experimental
|
# syntax = docker/dockerfile:experimental
|
||||||
FROM registry.suse.com/bci/golang:1.20 as build
|
FROM registry.suse.com/bci/golang:1.22 as build
|
||||||
COPY go.mod go.sum main.go /src/
|
COPY go.mod go.sum main.go /src/
|
||||||
COPY pkg /src/pkg/
|
COPY pkg /src/pkg/
|
||||||
#RUN --mount=type=cache,target=/root/.cache/go-build \
|
#RUN --mount=type=cache,target=/root/.cache/go-build \
|
||||||
|
Loading…
Reference in New Issue
Block a user