This repository was archived by the owner on Apr 25, 2025. It is now read-only.
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
- name : Set up Go
11
11
uses : actions/setup-go@v2
12
12
with :
13
- go-version : 1.19
13
+ go-version : 1.19.8
14
14
id : go
15
15
16
16
- name : Check out the code
Original file line number Diff line number Diff line change 18
18
- name : Set up Go
19
19
uses : actions/setup-go@v2
20
20
with :
21
- go-version : 1.19
21
+ go-version : 1.19.8
22
22
id : go
23
23
24
24
- name : Check out code into the Go module directory
Original file line number Diff line number Diff line change 11
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
- FROM busybox:1.36.0-uclibc AS busybox
14
+ FROM busybox@sha256:91540637a8c1bd8374832a77bb11ec286c9599ff8b528d69794f5dea6e257fd9 AS busybox
15
15
16
16
FROM scratch
17
17
ADD velero-plugin-for-csi /plugins/
Original file line number Diff line number Diff line change 15
15
# The binary to build (just the basename).
16
16
BIN ?= velero-plugin-for-csi
17
17
18
- BUILD_IMAGE ?= golang:1.19-bullseye
18
+ BUILD_IMAGE ?= golang:1.19.8 -bullseye
19
19
20
20
REGISTRY ?= velero
21
21
IMAGE_NAME ?= $(REGISTRY ) /velero-plugin-for-csi
You can’t perform that action at this time.
0 commit comments