Skip to content

Commit

Permalink
Bump go version
Browse files Browse the repository at this point in the history
  • Loading branch information
marccampbell committed May 25, 2020
1 parent 7961c32 commit 4a453f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/setup-go@v1.1.2
with:
go-version: "1.14.1"
go-version: "1.14.2"
- name: setup goenv
run: |
echo "::set-env name=GOPATH::$(go env GOPATH)"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tagged-release.yaml
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/setup-go@v1.1.2
with:
go-version: "1.14.1"
go-version: "1.14.3"
- name: setup goenv
run: |
echo "::set-env name=GOPATH::$(go env GOPATH)"
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
run: git fetch --prune --unshallow
- uses: actions/setup-go@v1.1.2
with:
go-version: "1.14.1"
go-version: "1.14.3"
- uses: azure/docker-login@v1
with:
username: schemaherodeploy
Expand Down

0 comments on commit 4a453f5

Please sign in to comment.