Skip to content

Commit

Permalink
chore(deps): bump go to v1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui333 committed Aug 12, 2020
1 parent 30c8abd commit 796833d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.14.x]
go-version: [1.15.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand All @@ -21,4 +21,4 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go build -v && go test ./...
run: go build -v && go test ./...
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/GoogleCloudPlatform/terraformer

go 1.14
go 1.15

require (
cloud.google.com/go v0.60.0
Expand Down

0 comments on commit 796833d

Please sign in to comment.