Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit f4c92fa

Browse files
author
Xun Jiang
committed
Pin Golang and busybox version for v0.5.
Signed-off-by: Xun Jiang <[email protected]>
1 parent 5ee8060 commit f4c92fa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Set up Go
1111
uses: actions/setup-go@v2
1212
with:
13-
go-version: 1.19
13+
go-version: 1.19.8
1414
id: go
1515

1616
- name: Check out the code

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v2
2020
with:
21-
go-version: 1.19
21+
go-version: 1.19.8
2222
id: go
2323

2424
- name: Check out code into the Go module directory

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
FROM busybox:1.36.0-uclibc AS busybox
14+
FROM busybox@sha256:91540637a8c1bd8374832a77bb11ec286c9599ff8b528d69794f5dea6e257fd9 AS busybox
1515

1616
FROM scratch
1717
ADD velero-plugin-for-csi /plugins/

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# The binary to build (just the basename).
1616
BIN ?= velero-plugin-for-csi
1717

18-
BUILD_IMAGE ?= golang:1.19-bullseye
18+
BUILD_IMAGE ?= golang:1.19.8-bullseye
1919

2020
REGISTRY ?= velero
2121
IMAGE_NAME ?= $(REGISTRY)/velero-plugin-for-csi

0 commit comments

Comments
 (0)