File tree Expand file tree Collapse file tree 3 files changed +5
-30
lines changed Expand file tree Collapse file tree 3 files changed +5
-30
lines changed Original file line number Diff line number Diff line change 4
4
directory : " /"
5
5
schedule :
6
6
interval : daily
7
- pull-request-branch-name :
8
- separator : " -"
9
- open-pull-requests-limit : 3
10
7
- package-ecosystem : github-actions
11
8
directory : " /"
12
9
schedule :
Original file line number Diff line number Diff line change 1
1
name : test
2
2
on :
3
3
push :
4
- branches :
5
- - main
6
- pull_request :
7
4
jobs :
8
- build :
9
- name : go
10
- runs-on : ubuntu-latest
11
- strategy :
12
- fail-fast : false
13
- matrix :
14
- go : ['1.18', '1.19']
15
- steps :
16
- - name : setup Go
17
- uses : actions/setup-go@v3
18
- with :
19
- go-version : ${{matrix.go}}
20
-
21
- - name : setup Terraform
22
- uses : hashicorp/setup-terraform@v2
23
- with :
24
- terraform_wrapper : false
25
-
26
- - name : checkout
27
- uses : actions/checkout@v3
28
-
29
- - name : test
30
- run : make
5
+ go :
6
+ uses : poseidon/.github/.github/workflows/golang-library.yaml@main
7
+ with :
8
+ setup_terraform : true
Original file line number Diff line number Diff line change 1
1
module github.com/poseidon/terraform-provider-ct
2
2
3
- go 1.18
3
+ go 1.19
4
4
5
5
require (
6
6
github.com/coreos/butane v0.17.0
You can’t perform that action at this time.
0 commit comments