File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2.1
33executors :
44 golang :
55 docker :
6- - image : cimg/go:1.25
6+ - image : cimg/go:1.26
77
88jobs :
99 lint :
Original file line number Diff line number Diff line change 11# Algolia is maintaining this open source repository
22# New additions are welcome and can be submitted to our teams for code reviews and approvals
33
4- * @ algolia/infrastructure @ algolia/security
4+ * @ algolia/foundation @ algolia/security
55
Original file line number Diff line number Diff line change 1- FROM golang:1.25 AS builder
1+ FROM golang:1.26 AS builder
22
33WORKDIR /go/src/github.com/algolia/sup3rS3cretMes5age
44
Original file line number Diff line number Diff line change 11module github.com/algolia/sup3rS3cretMes5age
22
3- go 1.25.3
3+ go 1.26.1
44
55require (
66 github.com/hashicorp/vault v1.21.2
You can’t perform that action at this time.
0 commit comments