We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b1ab7 commit 9d8fa00Copy full SHA for 9d8fa00
.github/workflows/test.yml
@@ -6,7 +6,10 @@ on:
6
pull_request:
7
paths-ignore:
8
- "README.md"
9
+
10
push:
11
+ branches:
12
+ - "main"
13
14
15
go.mod
@@ -1,6 +1,6 @@
1
module github.com/coder/terraform-provider-coder
2
3
-go 1.17
+go 1.20
4
5
require (
github.com/google/uuid v1.3.0
0 commit comments