Skip to content

Commit 58b3f70

Browse files
authored
Update to Go 1.19.8 (#968)
* Update asdf to Go 1.19.8 * update docker image
1 parent 72e805c commit 58b3f70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
golang 1.19.7
1+
golang 1.19.8
22
shfmt 3.2.0
33
shellcheck 0.7.1

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Nothing fancy here: we copy in the source code and build on the Alpine Go
66
# image. Refer to .dockerignore to get a sense of what we're not going to copy.
7-
FROM golang:1.17-alpine@sha256:1d4c7fcfd0c4c917383755ca3b6f6c1f797ec16b83cdebc672d9b08a79b64644 as builder
7+
FROM golang:1.19.8-alpine@sha256:841c160ed35923d96c95c52403c4e6db5decd9cbce034aa851e412ade5d4b74f as builder
88

99
COPY . /src
1010
WORKDIR /src

0 commit comments

Comments
 (0)