Skip to content

Commit

Permalink
Merge pull request #229 from Clever/go1.13
Browse files Browse the repository at this point in the history
Upgrade go to v1.13
  • Loading branch information
taylor-sutton authored Oct 22, 2019
2 parents e369c2f + 26e8884 commit 3bd2e47
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
working_directory: /go/src/github.com/Clever/workflow-manager
docker:
- image: circleci/golang:1.12-stretch-node
- image: circleci/golang:1.13-stretch-node
steps:
- checkout
- setup_remote_docker
Expand Down
4 changes: 2 additions & 2 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PKGS := $(PKGS) $(PKG)/gen-go/server/db/dynamodb

WAG_VERSION := latest

$(eval $(call golang-version-check,1.12))
$(eval $(call golang-version-check,1.13))

all: test build

Expand Down
2 changes: 1 addition & 1 deletion docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Orchestrator for AWS Step Functions


### Version information
*Version* : 0.11.3
*Version* : 0.11.4


### URI scheme
Expand Down
2 changes: 1 addition & 1 deletion gen-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workflow-manager",
"version": "0.11.3",
"version": "0.11.4",
"description": "Orchestrator for AWS Step Functions",
"main": "index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ info:
description: Orchestrator for AWS Step Functions
# when changing the version here, make sure to
# re-run `make generate` to generate clients and server
version: 0.11.3
version: 0.11.4
x-npm-package: workflow-manager
schemes:
- http
Expand Down

0 comments on commit 3bd2e47

Please sign in to comment.