Skip to content

Commit 2bd8114

Browse files
dependabot[bot]buchdag
authored andcommitted
build: bump golang from 1.20.12 to 1.21.5
Bumps golang from 1.20.12 to 1.21.5. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2ffde47 commit 2bd8114

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/assets.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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

Dockerfile.alpine

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG 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

66
ARG DOCKER_GEN_VERSION
77
WORKDIR /build

Dockerfile.debian

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG 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

66
ARG DOCKER_GEN_VERSION
77

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/nginx-proxy/docker-gen
22

3-
go 1.20
3+
go 1.21
44

55
require (
66
github.com/BurntSushi/toml v1.3.2

0 commit comments

Comments
 (0)