Update to golang 1.20 minor release.

Signed-off-by: James Blair <mail@jamesblair.net>
This commit is contained in:
James Blair
2023-08-11 15:03:48 +12:00
parent baf7a34c3a
commit b6d123d08b
16 changed files with 16 additions and 16 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.19-bullseye
container: golang:1.20-bullseye
defaults:
run:
shell: bash

View File

@@ -27,7 +27,7 @@ jobs:
timeout-minutes: 210
runs-on: ${{ fromJson(inputs.runs-on) }}
container:
image: golang:1.19-bullseye
image: golang:1.20-bullseye
# 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.19-bullseye
container: golang:1.20-bullseye
defaults:
run:
shell: bash