diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b27dbc0ab..1799ba4f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.1" + go-version: "1.26.2" cache: true - name: Lint @@ -48,7 +48,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.1" + go-version: "1.26.2" cache: true - name: Install mise @@ -74,7 +74,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.1" + go-version: "1.26.2" cache: true - name: Install go-licences diff --git a/Dockerfile b/Dockerfile index b786b11a5..60405b90c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -ARG GO_VERSION="1.26.1" +ARG GO_VERSION="1.26.2" ARG ALPINE_VERSION="3.22" ARG XX_VERSION="1.9.0" diff --git a/go.mod b/go.mod index e9962a7c5..a03cb0eef 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/docker/docker-agent -go 1.26.1 +go 1.26.2 require ( charm.land/bubbles/v2 v2.1.0