Skip to content

Commit

Permalink
wip: testing a fix for actions/setup-go#49
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Jan 22, 2021
1 parent 3bcab9f commit 6e1b47b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
steps:
- name: Install Go
uses: actions/setup-go@v2
# with:
# go-version: ${{ matrix.go-version }}
with:
go-version: 1.15.x
- uses: hashicorp/setup-terraform@v1
with:
terraform_version: 0.14.5
Expand Down

0 comments on commit 6e1b47b

Please sign in to comment.