Skip to content

Commit 186f416

Browse files
update CI go version. (#1210)
1 parent 14e617e commit 186f416

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ BIN := .bin
2929
#
3030
# this can _likely_ remain a major version, as fmt output does not tend to change in minor versions,
3131
# which will allow findstring to match any minor version.
32-
EXPECTED_GO_VERSION := go1.16
32+
EXPECTED_GO_VERSION := go1.19
3333
CURRENT_GO_VERSION := $(shell go version)
3434
ifeq (,$(findstring $(EXPECTED_GO_VERSION),$(CURRENT_GO_VERSION)))
3535
# if you are seeing this warning: consider using https://github.com/travis-ci/gimme to pin your version

docker/buildkite/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.16.3
1+
FROM golang:1.19.5
22

33
RUN mkdir -p /go/src/go.uber.org/cadence
44
WORKDIR /go/src/go.uber.org/cadence

0 commit comments

Comments
 (0)