Skip to content

Commit

Permalink
Change Go version to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindhagberg committed Apr 19, 2024
1 parent 112edcb commit cb60a8c
Show file tree
Hide file tree
Showing 3 changed files with 4 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@v5
with:
go-version: 1.18
go-version: 1.19
-
name: Import GPG key
id: import_gpg
Expand Down
4 changes: 2 additions & 2 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/setup-go@v5
with:
go-version: '1.18'
go-version: '1.19'
id: go

- name: Check out code into the Go module directory
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.18'
go-version: '1.19'
id: go

- name: Check out code into the Go module directory
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/unioslo/terraform-provider-mreg

go 1.18
go 1.19

require (
github.com/hashicorp/terraform-plugin-docs v0.19.0
Expand Down

0 comments on commit cb60a8c

Please sign in to comment.