Skip to content

Commit 3f8515c

Browse files
authored
Merge pull request #2488 from dgageot/board/upgrade-go-to-version-1-26-2-21447786
chore: bump Go to 1.26.2
2 parents 20c711b + 0eec8c3 commit 3f8515c

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Go
2626
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
2727
with:
28-
go-version: "1.26.1"
28+
go-version: "1.26.2"
2929
cache: true
3030

3131
- name: Lint
@@ -48,7 +48,7 @@ jobs:
4848
- name: Set up Go
4949
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
5050
with:
51-
go-version: "1.26.1"
51+
go-version: "1.26.2"
5252
cache: true
5353

5454
- name: Install mise
@@ -74,7 +74,7 @@ jobs:
7474
- name: Set up Go
7575
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
7676
with:
77-
go-version: "1.26.1"
77+
go-version: "1.26.2"
7878
cache: true
7979

8080
- name: Install go-licences

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
ARG GO_VERSION="1.26.1"
3+
ARG GO_VERSION="1.26.2"
44
ARG ALPINE_VERSION="3.22"
55
ARG XX_VERSION="1.9.0"
66

go.mod

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

3-
go 1.26.1
3+
go 1.26.2
44

55
require (
66
charm.land/bubbles/v2 v2.1.0

0 commit comments

Comments
 (0)