File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed
Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 6161 - name : Set up Go
6262 uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
6363 with :
64- go-version : " 1.22.4 "
64+ go-version : " 1.22.5 "
6565
6666 - name : Run GoReleaser
6767 id : release
Original file line number Diff line number Diff line change 4747 - name : Set up Go
4848 uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
4949 with :
50- go-version : " 1.22.4 "
50+ go-version : " 1.22.5 "
5151
5252 # Initializes the CodeQL tools for scanning.
5353 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2626 steps :
2727 - uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
2828 with :
29- go-version : " 1.22.4 "
29+ go-version : " 1.22.5 "
3030
3131 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3232
6464
6565 - uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
6666 with :
67- go-version : " 1.22.4 "
67+ go-version : " 1.22.5 "
6868
6969 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
7070
Original file line number Diff line number Diff line change 2727 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2828 - uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
2929 with :
30- go-version : " 1.22.4 "
30+ go-version : " 1.22.5 "
3131 cache : true
3232 cache-dependency-path : go.sum
3333
Original file line number Diff line number Diff line change 1- FROM golang:1.22@sha256:c2010b9c2342431a24a2e64e33d9eb2e484af49e72c820e200d332d214d5e61f AS builder
1+ FROM golang:1.22@sha256:fcae9e0e7313c6467a7c6632ebb5e5fab99bd39bd5eb6ee34a211353e647827a AS builder
22
33# Not linked libraries since it will be injected into a scratch container
44ENV CGO_ENABLED=0
Original file line number Diff line number Diff line change 1- FROM golang:1.22@sha256:c2010b9c2342431a24a2e64e33d9eb2e484af49e72c820e200d332d214d5e61f AS builder
1+ FROM golang:1.22@sha256:fcae9e0e7313c6467a7c6632ebb5e5fab99bd39bd5eb6ee34a211353e647827a AS builder
22
33FROM scratch
44
Original file line number Diff line number Diff line change 1- FROM golang:1.22@sha256:c2010b9c2342431a24a2e64e33d9eb2e484af49e72c820e200d332d214d5e61f AS builder
1+ FROM golang:1.22@sha256:fcae9e0e7313c6467a7c6632ebb5e5fab99bd39bd5eb6ee34a211353e647827a AS builder
22
33FROM scratch
44
Original file line number Diff line number Diff line change 1- FROM golang:1.22@sha256:c2010b9c2342431a24a2e64e33d9eb2e484af49e72c820e200d332d214d5e61f AS builder
1+ FROM golang:1.22@sha256:fcae9e0e7313c6467a7c6632ebb5e5fab99bd39bd5eb6ee34a211353e647827a AS builder
22
33# Not linked libraries since it will be injected into a scratch container
44ENV CGO_ENABLED=0
Original file line number Diff line number Diff line change 1- FROM golang:1.22@sha256:c2010b9c2342431a24a2e64e33d9eb2e484af49e72c820e200d332d214d5e61f AS builder
1+ FROM golang:1.22@sha256:fcae9e0e7313c6467a7c6632ebb5e5fab99bd39bd5eb6ee34a211353e647827a AS builder
22
33FROM scratch
44
You can’t perform that action at this time.
0 commit comments