Skip to content

Commit

Permalink
Upgrade go 1.12 -> 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
mbode committed Sep 4, 2020
1 parent ec8fc9b commit 489ae23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ jobs:

steps:

- name: Set up Go 1.12
uses: actions/setup-go@v1
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.12
go-version: 1.15
id: go

- name: Install terraform
Expand Down
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/mbode/terraform-state-mover

go 1.12
go 1.15

require (
github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 // indirect
Expand Down

0 comments on commit 489ae23

Please sign in to comment.