File tree Expand file tree Collapse file tree 7 files changed +2
-39
lines changed Expand file tree Collapse file tree 7 files changed +2
-39
lines changed Original file line number Diff line number Diff line change 1919 # go needs absolute directories, using the $HOME variable doesn't work here.
2020 GOPATH : /home/runner/work/go
2121
22- # If you change this value, please change it in the following files as well:
23- # /Dockerfile
24- # /dev.Dockerfile
25- # /make/builder.Dockerfile
26- # /taprpc/Dockerfile
27- # /tools/Dockerfile
2822 GO_VERSION : ' 1.21.0'
2923
3024jobs :
Original file line number Diff line number Diff line change 1- # If you change this value, please change it in the following files as well:
2- # /.github/workflows/main.yaml
3- # /dev.Dockerfile
4- # /make/builder.Dockerfile
5- # /taprpc/Dockerfile
6- # /tools/Dockerfile
7- # /itest/loadtest/Dockerfile
81FROM golang:1.21.0-alpine as builder
92
103# Force Go to use the cgo based DNS resolver. This is required to ensure DNS
Original file line number Diff line number Diff line change 1- # If you change this value, please change it in the following files as well:
2- # /.github/workflows/main.yaml
3- # /Dockerfile
4- # /make/builder.Dockerfile
5- # /taprpc/Dockerfile
6- # /tools/Dockerfile
7- FROM golang:1.21.0 as builder
1+ FROM golang:1.21.0 as builder
82
93WORKDIR /app
104
Original file line number Diff line number Diff line change 1- FROM golang:1.21.0 as builder
1+ FROM golang:1.21.0 as builder
22
33WORKDIR /app
44
Original file line number Diff line number Diff line change 1- # If you change this value, please change it in the following files as well:
2- # /.github/workflows/main.yaml
3- # /Dockerfile
4- # /dev.Dockerfile
5- # /taprpc/Dockerfile
6- # /tools/Dockerfile
71FROM golang:1.21.0-bookworm
82
93MAINTAINER Olaoluwa Osuntokun <
[email protected] >
Original file line number Diff line number Diff line change 1- # If you change this value, please change it in the following files as well:
2- # /.github/workflows/main.yaml
3- # /Dockerfile
4- # /dev.Dockerfile
5- # /make/builder.Dockerfile
6- # /tools/Dockerfile
71FROM golang:1.21.0-bookworm
82
93RUN apt-get update && apt-get install -y \
Original file line number Diff line number Diff line change 1- # If you change this value, please change it in the following files as well:
2- # /.github/workflows/main.yaml
3- # /Dockerfile
4- # /dev.Dockerfile
5- # /make/builder.Dockerfile
6- # /taprpc/Dockerfile
71FROM golang:1.21.0-bookworm
82
93RUN apt-get update && apt-get install -y git
You can’t perform that action at this time.
0 commit comments