mirror of
https://github.com/rancher/steve.git
synced 2025-04-26 18:40:59 +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:
|
||||
- name: build
|
||||
image: registry.suse.com/bci/golang:1.20
|
||||
image: registry.suse.com/bci/golang:1.22
|
||||
commands:
|
||||
- make build-bin
|
||||
when:
|
||||
@ -50,7 +50,7 @@ name: test
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: registry.suse.com/bci/golang:1.20
|
||||
image: registry.suse.com/bci/golang:1.22
|
||||
commands:
|
||||
- make test
|
||||
when:
|
||||
|
@ -1,5 +1,5 @@
|
||||
# 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 pkg /src/pkg/
|
||||
#RUN --mount=type=cache,target=/root/.cache/go-build \
|
||||
|
Loading…
Reference in New Issue
Block a user