Skip to content

Commit c538952

Browse files
committed
Update Go version to 1.21.11 in CI
Signed-off-by: Swagat Bora <[email protected]>
1 parent f7858b6 commit c538952

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/benchmark_visualization.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
deployments: write
1414

1515
env:
16-
GO_VERSION: '1.21.10'
16+
GO_VERSION: '1.21.11'
1717

1818
jobs:
1919
benchmark:

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
- 'scripts/**'
2121

2222
env:
23-
GO_VERSION: '1.21.10'
23+
GO_VERSION: '1.21.11'
2424

2525
jobs:
2626
test:

.github/workflows/bump-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99

1010
env:
11-
GO_VERSION: '1.21.10'
11+
GO_VERSION: '1.21.11'
1212

1313
permissions:
1414
contents: write

.github/workflows/comparision-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- cron: "0 0 */2 * *" # every 2 days
66

77
env:
8-
GO_VERSION: '1.21.10'
8+
GO_VERSION: '1.21.11'
99

1010
jobs:
1111
check:

.github/workflows/prebuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: ['main', 'release/**']
88

99
env:
10-
GO_VERSION: '1.21.10'
10+
GO_VERSION: '1.21.11'
1111
GOLANGCI_LINT_VERSION: '1.56.2'
1212

1313
jobs:

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- 'Makefile'
1313

1414
env:
15-
GO_VERSION: '1.21.10'
15+
GO_VERSION: '1.21.11'
1616

1717
permissions:
1818
contents: write

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ARG NERDCTL_VERSION=1.7.1
1818

1919
FROM public.ecr.aws/docker/library/registry:3.0.0-alpha.1 AS registry
2020

21-
FROM public.ecr.aws/docker/library/golang:1.21.10-alpine AS containerd-snapshotter-base
21+
FROM public.ecr.aws/docker/library/golang:1.21.11-alpine AS containerd-snapshotter-base
2222

2323
ARG CONTAINERD_VERSION
2424
ARG RUNC_VERSION

0 commit comments

Comments
 (0)