Skip to content

Commit

Permalink
Merge pull request #49 from infosiftr/go-update
Browse files Browse the repository at this point in the history
Periodic update: go to version 1.18
  • Loading branch information
tianon authored Jul 21, 2022
2 parents 3a1bc49 + 444b05a commit cb56081
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16-bullseye AS build
FROM golang:1.18-bullseye AS build

SHELL ["bash", "-Eeuo", "pipefail", "-xc"]

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.release
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16-bullseye
FROM golang:1.18-bullseye

SHELL ["bash", "-Eeuo", "pipefail", "-xc"]

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16-bullseye
FROM golang:1.18-bullseye

SHELL ["bash", "-Eeuo", "pipefail", "-xc"]

Expand Down

0 comments on commit cb56081

Please sign in to comment.