Skip to content

Commit

Permalink
update go version
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Campbell <marc.e.campbell@gmail.com>
  • Loading branch information
marccampbell committed Feb 9, 2021
1 parent 35bc6e7 commit c1fa67f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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@v2.1.3
with:
go-version: "1.14.3"
go-version: "1.15.5"
- name: setup goenv
run: |
echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
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@v2.1.3
with:
go-version: "1.14.3"
go-version: "1.15.5"
- name: setup goenv
run: |
echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
run: git fetch --prune --unshallow
- uses: actions/setup-go@v2.1.3
with:
go-version: "1.14.3"
go-version: "1.15.5"
- uses: azure/docker-login@v1
with:
username: schemaherodeploy
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/schemahero/schemahero

go 1.14
go 1.15

require (
github.com/aws/aws-sdk-go-v2 v0.23.0
Expand Down

0 comments on commit c1fa67f

Please sign in to comment.