mirror of
https://github.com/fullstorydev/grpcurl.git
synced 2026-05-23 04:01:45 +03:00
chore: update to Golang 1.23 (#485)
* chore: update to Golang 1.23 * chore: configure cci to build with 1.23 Signed-off-by: Or Shachar <orchoock@gmail.com> * Update config.yml --------- Signed-off-by: Or Shachar <orchoock@gmail.com> Co-authored-by: Scott Blum <dragonsinth@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.21-alpine as builder
|
||||
FROM golang:1.23-alpine as builder
|
||||
MAINTAINER Fullstory Engineering
|
||||
|
||||
# create non-privileged group and user
|
||||
|
||||
Reference in New Issue
Block a user