mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
@@ -17,7 +17,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [1.15.x, 1.16.x]
|
go-version: [1.15.x, 1.16.x, 1.17.x]
|
||||||
rootless: ["rootless", ""]
|
rootless: ["rootless", ""]
|
||||||
race: ["-race", ""]
|
race: ["-race", ""]
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
ARG GO_VERSION=1.16
|
ARG GO_VERSION=1.17
|
||||||
ARG BATS_VERSION=v1.3.0
|
ARG BATS_VERSION=v1.3.0
|
||||||
|
|
||||||
FROM golang:${GO_VERSION}-buster
|
FROM golang:${GO_VERSION}-buster
|
||||||
|
|||||||
Reference in New Issue
Block a user