Skip to content

Commit e6112b6

Browse files
authored
Merge pull request #187 from carolynvs/bump-go
Build with Go 1.19.7
2 parents 8b6830f + 1e720e6 commit e6112b6

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.4 as builder
4+
FROM golang:1.19.7 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.4"
10+
GO_VERSION = "1.19.7"
1111

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

0 commit comments

Comments
 (0)