We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e617e commit 186f416Copy full SHA for 186f416
Makefile
@@ -29,7 +29,7 @@ BIN := .bin
29
#
30
# this can _likely_ remain a major version, as fmt output does not tend to change in minor versions,
31
# which will allow findstring to match any minor version.
32
-EXPECTED_GO_VERSION := go1.16
+EXPECTED_GO_VERSION := go1.19
33
CURRENT_GO_VERSION := $(shell go version)
34
ifeq (,$(findstring $(EXPECTED_GO_VERSION),$(CURRENT_GO_VERSION)))
35
# if you are seeing this warning: consider using https://github.com/travis-ci/gimme to pin your version
docker/buildkite/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.16.3
+FROM golang:1.19.5
2
3
RUN mkdir -p /go/src/go.uber.org/cadence
4
WORKDIR /go/src/go.uber.org/cadence
0 commit comments