update the debian12 and bookworm remove --v 1.0

Signed-off-by: sagar rawat <sagarrawat24291@gmail.com>
This commit is contained in:
sagar rawat
2023-09-01 16:19:29 +05:30
parent cf1581afc4
commit 245b58a1e2
9 changed files with 9 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ jobs:
# this is to prevent the job to run at forked projects
if: github.repository == 'etcd-io/etcd'
runs-on: [self-hosted, Linux, ARM64]
container: golang:1.20-bullseye
container: golang:1.20-bookworm
defaults:
run:
shell: bash

View File

@@ -6,7 +6,7 @@ jobs:
test:
runs-on: ubuntu-latest
container:
image: golang:1.20-bullseye
image: golang:1.20-bookworm
defaults:
run:
shell: bash

View File

@@ -5,7 +5,7 @@ permissions: read-all
jobs:
test:
runs-on: ubuntu-latest
container: golang:1.20-bullseye
container: golang:1.20-bookworm
defaults:
run:
shell: bash

View File

@@ -27,7 +27,7 @@ jobs:
timeout-minutes: 210
runs-on: ${{ fromJson(inputs.runs-on) }}
container:
image: golang:1.20-bullseye
image: golang:1.20-bookworm
# Required for mounting fuse lazyfs
options: --privileged
defaults:

View File

@@ -17,7 +17,7 @@ jobs:
# this is to prevent the job to run at forked projects
if: github.repository == 'etcd-io/etcd'
runs-on: [self-hosted, Linux, ARM64]
container: golang:1.20-bullseye
container: golang:1.20-bookworm
defaults:
run:
shell: bash

View File

@@ -5,7 +5,7 @@ permissions: read-all
jobs:
test:
runs-on: ubuntu-latest
container: golang:1.20-bullseye
container: golang:1.20-bookworm
defaults:
run:
shell: bash