File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- ARG GO_VERSION="1.26.1 "
3+ ARG GO_VERSION="1.26.2 "
44ARG ALPINE_VERSION="3.22"
55ARG XX_VERSION="1.9.0"
66
Original file line number Diff line number Diff line change 11module github.com/docker/docker-agent
22
3- go 1.26.1
3+ go 1.26.2
44
55require (
66 charm.land/bubbles/v2 v2.1.0
You can’t perform that action at this time.
0 commit comments