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 5151 - name : Set up Go
5252 uses : actions/setup-go@be3c94b385c4f180051c996d336f57a34c397495 # v3.6.1
5353 with :
54- go-version : " 1.25.5 "
54+ go-version : " 1.25.6 "
5555
5656 # Initializes the CodeQL tools for scanning.
5757 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2626 steps :
2727 - uses : actions/setup-go@be3c94b385c4f180051c996d336f57a34c397495 # v3.6.1
2828 with :
29- go-version : " 1.25.5 "
29+ go-version : " 1.25.6 "
3030
3131 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3232
6767
6868 - uses : actions/setup-go@be3c94b385c4f180051c996d336f57a34c397495 # v3.6.1
6969 with :
70- go-version : " 1.25.5 "
70+ go-version : " 1.25.6 "
7171
7272 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
7373
Original file line number Diff line number Diff line change 8181 - name : Set up Go
8282 uses : actions/setup-go@be3c94b385c4f180051c996d336f57a34c397495 # v3.6.1
8383 with :
84- go-version : " 1.25.5 "
84+ go-version : " 1.25.6 "
8585
8686 # install qemu binaries for multiarch builds (needed by goreleaser/buildx)
8787 - name : Setup qemu
Original file line number Diff line number Diff line change 2727 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2828 - uses : actions/setup-go@be3c94b385c4f180051c996d336f57a34c397495 # v3.6.1
2929 with :
30- go-version : " 1.25.5 "
30+ go-version : " 1.25.6 "
3131 cache : true
3232 cache-dependency-path : go.sum
3333
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ make migration_lint # Lint migration files
135135
136136## Key Technologies
137137
138- - ** Language** : Go 1.25.5
138+ - ** Language** : Go 1.25.6
139139- ** API** : gRPC with HTTP/JSON gateway, Protocol Buffers with buf
140140- ** Database** : PostgreSQL with Ent ORM, Atlas for migrations
141141- ** Authentication** : OIDC, JWT tokens
Original file line number Diff line number Diff line change 1- FROM golang:1.25.5 @sha256:20b91eda7a9627c127c0225b0d4e8ec927b476fa4130c6760928b849d769c149 AS builder
1+ FROM golang:1.25.6 @sha256:ce63a16e0f7063787ebb4eb28e72d477b00b4726f79874b3205a965ffd797ab2 AS builder
22
33FROM scratch
44
Original file line number Diff line number Diff line change 1- FROM golang:1.25.5 @sha256:20b91eda7a9627c127c0225b0d4e8ec927b476fa4130c6760928b849d769c149 AS builder
1+ FROM golang:1.25.6 @sha256:ce63a16e0f7063787ebb4eb28e72d477b00b4726f79874b3205a965ffd797ab2 AS builder
22RUN mkdir -p /.config/chainloop
33
44FROM scratch
Original file line number Diff line number Diff line change 1- FROM golang:1.25.5 @sha256:20b91eda7a9627c127c0225b0d4e8ec927b476fa4130c6760928b849d769c149 AS builder
1+ FROM golang:1.25.6 @sha256:ce63a16e0f7063787ebb4eb28e72d477b00b4726f79874b3205a965ffd797ab2 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.25.5
3+ go 1.25.6
44
55require (
66 cloud.google.com/go/secretmanager v1.16.0
You can’t perform that action at this time.
0 commit comments