Skip to content

Commit e6b6fe2

Browse files
authored
Merge pull request #241 from SumoLogic/new-go-version
update go version
2 parents 2c9a597 + f32a1f9 commit e6b6fe2

File tree

5 files changed

+38
-59
lines changed

5 files changed

+38
-59
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Go
3131
uses: actions/[email protected]
3232
with:
33-
go-version: '1.15'
33+
go-version: '1.16'
3434
id: go
3535

3636
- name: Check out code into the Go module directory
@@ -61,7 +61,7 @@ jobs:
6161
- name: Set up Go
6262
uses: actions/[email protected]
6363
with:
64-
go-version: '1.15'
64+
go-version: '1.16'
6565
id: go
6666

6767
- name: Check out code into the Go module directory

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.13.8
1+
1.16.6

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/SumoLogic/terraform-provider-sumologic
22

3-
go 1.12
3+
go 1.16
44

55
require (
66
cloud.google.com/go/pubsub v1.2.0 // indirect

0 commit comments

Comments
 (0)