Skip to content

Commit

Permalink
Fix docker go version (Shopify#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
genevieveluyt committed May 13, 2022
1 parent b49fedb commit 7ebb9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goreleaser.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:17 AS builder
FROM golang:1.17 AS builder

# no need to include cgo bindings
ENV CGO_ENABLED=0 GOOS=linux GOARCH=amd64
Expand Down

0 comments on commit 7ebb9a6

Please sign in to comment.