File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717
1818 - uses : actions/setup-go@v5
1919 with :
20- go-version : " 1.20 "
20+ go-version : " 1.21 "
2121
2222 - name : Build release assets
2323 run : make release
Original file line number Diff line number Diff line change 2323
2424 - uses : actions/setup-go@v5
2525 with :
26- go-version : " 1.20 "
26+ go-version : " 1.21 "
2727
2828 - name : Install dependencies
2929 run : make get-deps
Original file line number Diff line number Diff line change 11ARG DOCKER_GEN_VERSION=main
22
33# Build docker-gen from scratch
4- FROM golang:1.20.12 -alpine as go-builder
4+ FROM golang:1.21.5 -alpine as go-builder
55
66ARG DOCKER_GEN_VERSION
77WORKDIR /build
Original file line number Diff line number Diff line change 11ARG DOCKER_GEN_VERSION=main
22
33# Build docker-gen from scratch
4- FROM golang:1.20.12 as go-builder
4+ FROM golang:1.21.5 as go-builder
55
66ARG DOCKER_GEN_VERSION
77
Original file line number Diff line number Diff line change 11module github.com/nginx-proxy/docker-gen
22
3- go 1.20
3+ go 1.21
44
55require (
66 github.com/BurntSushi/toml v1.3.2
You can’t perform that action at this time.
0 commit comments