Skip to content

Commit 8da3143

Browse files
Update tests.yml
1 parent 6362997 commit 8da3143

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ jobs:
55
name: Build
66
runs-on: ubuntu-latest
77
steps:
8-
- name: Set up Go 1.15
8+
- name: Set up Go 1.16
99
uses: actions/setup-go@v1
1010
with:
11-
go-version: 1.15
11+
go-version: 1.16
1212
- name: Check out source code
1313
uses: actions/checkout@v1
1414
- uses: hashicorp/setup-terraform@v1

0 commit comments

Comments
 (0)