Skip to content

Commit 9d8fa00

Browse files
authored
chore: update gomod version to 1.20 (#142)
1 parent 09b1ab7 commit 9d8fa00

File tree

3 files changed

+4
-1074
lines changed

3 files changed

+4
-1074
lines changed

Diff for: .github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ on:
66
pull_request:
77
paths-ignore:
88
- "README.md"
9+
910
push:
11+
branches:
12+
- "main"
1013
paths-ignore:
1114
- "README.md"
1215

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/coder/terraform-provider-coder
22

3-
go 1.17
3+
go 1.20
44

55
require (
66
github.com/google/uuid v1.3.0

0 commit comments

Comments
 (0)