Skip to content

Commit

Permalink
build: bump golang from 1.20.12 to 1.21.5
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and buchdag committed Dec 19, 2023
1 parent 2ffde47 commit 2bd8114
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: "1.20"
go-version: "1.21"

- name: Build release assets
run: make release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: "1.20"
go-version: "1.21"

- name: Install dependencies
run: make get-deps
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG DOCKER_GEN_VERSION=main

# Build docker-gen from scratch
FROM golang:1.20.12-alpine as go-builder
FROM golang:1.21.5-alpine as go-builder

ARG DOCKER_GEN_VERSION
WORKDIR /build
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.debian
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG DOCKER_GEN_VERSION=main

# Build docker-gen from scratch
FROM golang:1.20.12 as go-builder
FROM golang:1.21.5 as go-builder

ARG DOCKER_GEN_VERSION

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/nginx-proxy/docker-gen

go 1.20
go 1.21

require (
github.com/BurntSushi/toml v1.3.2
Expand Down

0 comments on commit 2bd8114

Please sign in to comment.