Skip to content

Commit

Permalink
Merge pull request #100 from caseydavenport/pin-ci
Browse files Browse the repository at this point in the history
Pin CI to use the release-v3.1 branch
  • Loading branch information
caseydavenport authored Mar 19, 2018
2 parents e3d91ff + 4d9455b commit 03d44de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ifeq ($(ARCH),s390x)
endif

# Select which release branch to test.
RELEASE_BRANCH?=master
RELEASE_BRANCH?=release-v3.1

# Disable make's implicit rules, which are not useful for golang, and slow down the build
# considerably.
Expand Down

0 comments on commit 03d44de

Please sign in to comment.