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 3333 - name : Set up Go
3434 uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
3535 with :
36- go-version : " 1.22.1 "
36+ go-version : " 1.22.2 "
3737
3838 # Initializes the CodeQL tools for scanning.
3939 - 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.1 "
29+ go-version : " 1.22.2 "
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.1 "
67+ go-version : " 1.22.2 "
6868
6969 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
7070
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.1 "
64+ go-version : " 1.22.2 "
6565
6666 - name : Run GoReleaser
6767 id : release
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.1 "
30+ go-version : " 1.22.2 "
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.1 @sha256:46a86b411554728154e56f9719426a47e5ded3cab7adb1ecb22a988f486e99ae AS builder
1+ FROM golang:1.22.2 @sha256:c4fb952e712efd8f787bcd8e53fd66d1d83b7dc26adabc218e9eac1dbf776bdf 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.1 @sha256:46a86b411554728154e56f9719426a47e5ded3cab7adb1ecb22a988f486e99ae AS builder
1+ FROM golang:1.22.2 @sha256:c4fb952e712efd8f787bcd8e53fd66d1d83b7dc26adabc218e9eac1dbf776bdf AS builder
22
33FROM scratch
44
Original file line number Diff line number Diff line change 1- FROM golang:1.22.1 @sha256:46a86b411554728154e56f9719426a47e5ded3cab7adb1ecb22a988f486e99ae AS builder
1+ FROM golang:1.22.2 @sha256:c4fb952e712efd8f787bcd8e53fd66d1d83b7dc26adabc218e9eac1dbf776bdf 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.1 @sha256:46a86b411554728154e56f9719426a47e5ded3cab7adb1ecb22a988f486e99ae AS builder
1+ FROM golang:1.22.2 @sha256:c4fb952e712efd8f787bcd8e53fd66d1d83b7dc26adabc218e9eac1dbf776bdf AS builder
22
33FROM scratch
44
Original file line number Diff line number Diff line change 11module github.com/chainloop-dev/chainloop
22
3- go 1.22.1
3+ go 1.22.2
44
55require (
66 cloud.google.com/go/secretmanager v1.11.4
You can’t perform that action at this time.
0 commit comments