Skip to content

Commit af42e80

Browse files
authored
Merge pull request #132 from carolynvs/go-1.19.4
Update to go 1.19.4
2 parents 9a4fd7a + 9e22bd1 commit af42e80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1.4
22

33
# Build the manager binary
4-
FROM golang:1.19 as builder
4+
FROM golang:1.19.4 as builder
55

66
WORKDIR /workspace
77
# Copy the Go Modules manifests

netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
command = "go run mage.go -v DocsDeploy"
88

99
[build.environment]
10-
GO_VERSION = "1.19.3"
10+
GO_VERSION = "1.19.4"
1111

1212
[context.branch-deploy]
1313
command = "go run mage.go -v DocsDeployPreview"

0 commit comments

Comments
 (0)