Skip to content

Commit

Permalink
update to latest go & terraform in actions; add terraform 1.1 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKoppe committed Mar 29, 2022
1 parent 4ae3dd5 commit fc0abb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18
-
name: Import GPG key
id: import_gpg
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Go
uses: actions/[email protected]
with:
go-version: '1.17'
go-version: '1.18'
id: go

- name: Check out code into the Go module directory
Expand Down Expand Up @@ -56,13 +56,14 @@ jobs:
- '0.13.7'
- '0.14.11'
- '0.15.5'
- '1.0.2'
- '1.0.11'
- '1.1.7'
steps:

- name: Set up Go
uses: actions/[email protected]
with:
go-version: '1.15'
go-version: '1.18'
id: go

- name: Check out code into the Go module directory
Expand Down

0 comments on commit fc0abb7

Please sign in to comment.