Skip to content

Commit cfc7380

Browse files
committed
update go toolchain version to 1.26.3
Signed-off-by: ayush-panta <ayushkp@amazon.com>
1 parent 8b75975 commit cfc7380

9 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/benchmark-visualization.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919
deployments: write
2020

2121
env:
22-
GO_VERSION: '1.25.9'
22+
GO_VERSION: '1.26.3'
2323

2424
jobs:
2525
benchmark:

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
matrix:
3636
os: ${{ fromJSON(needs.setup.outputs.available-runners) }}
37-
go-version: ['1.25.9', '1.26.0']
37+
go-version: ['1.26.3']
3838
timeout-minutes: 15
3939
steps:
4040
- uses: actions/checkout@v6
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ubuntu-24.04
5757
strategy:
5858
matrix:
59-
go-version: ['1.25.9', '1.26.0']
59+
go-version: ['1.26.3']
6060
timeout-minutes: 15
6161
steps:
6262
- uses: actions/checkout@v6
@@ -74,7 +74,7 @@ jobs:
7474
fail-fast: false
7575
matrix:
7676
os: ${{ fromJSON(needs.setup.outputs.available-runners) }}
77-
go-version: ['1.25.9', '1.26.0']
77+
go-version: ['1.26.3']
7878
containerd: ["1.7.30", "2.1.6", "2.2.2"]
7979
env:
8080
DOCKER_BUILD_ARGS: "CONTAINERD_VERSION=${{ matrix.containerd }}"

.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.25.9'
11+
GO_VERSION: '1.26.3'
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
@@ -11,7 +11,7 @@ on:
1111
- 'Makefile'
1212

1313
env:
14-
GO_VERSION: '1.25.9'
14+
GO_VERSION: '1.26.3'
1515

1616
jobs:
1717
check:

.github/workflows/prebuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
branches: ['main', 'release/**']
88

99
env:
10-
GO_VERSION: '1.25.9'
11-
GOLANGCI_LINT_VERSION: '2.5.0'
10+
GO_VERSION: '1.26.3'
11+
GOLANGCI_LINT_VERSION: '2.12.2'
1212

1313
jobs:
1414
check:

.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.25.9'
15+
GO_VERSION: '1.26.3'
1616

1717
permissions:
1818
contents: write

cmd/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/awslabs/soci-snapshotter/cmd
22

3-
go 1.25.0
3+
go 1.26.3
44

55
require (
66
github.com/awslabs/soci-snapshotter v0.0.0-local

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/awslabs/soci-snapshotter
22

3-
go 1.25.0
3+
go 1.26.3
44

55
require (
66
github.com/containerd/containerd v1.7.30

go.work.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
go 1.25.0
1+
go 1.26.3
22

33
use (
44
.

0 commit comments

Comments
 (0)