Skip to content

Commit

Permalink
Merge pull request getporter#132 from carolynvs/go-1.19.4
Browse files Browse the repository at this point in the history
Update to go 1.19.4
  • Loading branch information
carolynvs authored Dec 7, 2022
2 parents 9a4fd7a + 9e22bd1 commit af42e80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1.4

# Build the manager binary
FROM golang:1.19 as builder
FROM golang:1.19.4 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
command = "go run mage.go -v DocsDeploy"

[build.environment]
GO_VERSION = "1.19.3"
GO_VERSION = "1.19.4"

[context.branch-deploy]
command = "go run mage.go -v DocsDeployPreview"
Expand Down

0 comments on commit af42e80

Please sign in to comment.