File tree Expand file tree Collapse file tree 15 files changed +68
-58
lines changed
Expand file tree Collapse file tree 15 files changed +68
-58
lines changed Original file line number Diff line number Diff line change 6363 - name : Set up Go
6464 uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
6565 with :
66- go-version : " 1.23.1 "
66+ go-version : " 1.23.4 "
6767
6868 # install qemu binaries for multiarch builds (needed by goreleaser/buildx)
6969 - name : Setup qemu
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.23.1 "
50+ go-version : " 1.23.4 "
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.23.1 "
29+ go-version : " 1.23.4 "
3030
3131 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3232
@@ -62,11 +62,11 @@ jobs:
6262 run : |
6363 mkdir -p ~/.local/bin
6464 cd ~/.local
65- curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.12.2 sh
65+ curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.15.1 sh
6666
6767 - uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
6868 with :
69- go-version : " 1.23.1 "
69+ go-version : " 1.23.4 "
7070
7171 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
7272
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.23.1 "
30+ go-version : " 1.23.4 "
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:fcae9e0e7313c6467a7c6632ebb5e5fab99bd39bd5eb6ee34a211353e647827a AS builder
1+ FROM golang:1.23 @sha256:70031844b8c225351d0bb63e2c383f80db85d92ba894e3da7e13bcf80efa9a37 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:fcae9e0e7313c6467a7c6632ebb5e5fab99bd39bd5eb6ee34a211353e647827a AS builder
1+ FROM golang:1.23 @sha256:70031844b8c225351d0bb63e2c383f80db85d92ba894e3da7e13bcf80efa9a37 AS builder
22
33FROM scratch
44
Original file line number Diff line number Diff line change 1- FROM golang:1.22 @sha256:fcae9e0e7313c6467a7c6632ebb5e5fab99bd39bd5eb6ee34a211353e647827a AS builder
1+ FROM golang:1.23 @sha256:70031844b8c225351d0bb63e2c383f80db85d92ba894e3da7e13bcf80efa9a37 AS builder
22RUN mkdir -p /.config/chainloop
33
44FROM scratch
Original file line number Diff line number Diff line change 1- FROM golang:1.22 @sha256:fcae9e0e7313c6467a7c6632ebb5e5fab99bd39bd5eb6ee34a211353e647827a AS builder
1+ FROM golang:1.23 @sha256:70031844b8c225351d0bb63e2c383f80db85d92ba894e3da7e13bcf80efa9a37 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:fcae9e0e7313c6467a7c6632ebb5e5fab99bd39bd5eb6ee34a211353e647827a AS builder
1+ FROM golang:1.23 @sha256:70031844b8c225351d0bb63e2c383f80db85d92ba894e3da7e13bcf80efa9a37 AS builder
22
33FROM scratch
44
Original file line number Diff line number Diff line change 11{
22 "name" : " chainloop" ,
3+ "engineVersion" : " v0.15.1" ,
34 "sdk" : " go" ,
4- "source" : " extras/dagger" ,
5- "engineVersion" : " v0.13.0"
5+ "source" : " extras/dagger"
66}
You can’t perform that action at this time.
0 commit comments