File tree Expand file tree Collapse file tree 4 files changed +6
-49
lines changed
Expand file tree Collapse file tree 4 files changed +6
-49
lines changed Original file line number Diff line number Diff line change 66 pull_request :
77
88env :
9- GO_VERSION : " 1.17 "
9+ GO_VERSION : " 1.18 "
1010 PORT_CLIENT_ID : ${{ secrets.PORT_CLIENT_ID }}
1111 PORT_CLIENT_SECRET : ${{ secrets.PORT_CLIENT_SECRET }}
1212
1818 - uses : actions/checkout@v3
1919 - uses : actions/setup-go@v3
2020 with :
21- go-version : ${{ env.GO_VERSION }}
21+ go-version-file : ' go.mod'
22+ cache : true
2223 - name : golangci-lint
2324 uses : golangci/golangci-lint-action@v3
2425 with :
3435 runs-on : ubuntu-20.04
3536 strategy :
3637 matrix :
37- go : ['1.17 ', '1.18 ']
38+ go : ['1.18 ', '1.19 ']
3839 steps :
3940 - uses : actions/checkout@v3
4041 - uses : actions/setup-go@v3
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ HOSTNAME=github.com
22NAMESPACE =port-labs
33NAME =port-labs
44BINARY =terraform-provider-${NAME}
5- VERSION =0.4.1
5+ VERSION =0.4.2
66OS =$(shell go env GOOS)
77ARCH =$(shell go env GOARCH)
88OS_ARCH =${OS}_${ARCH}
Original file line number Diff line number Diff line change 11module github.com/port-labs/terraform-provider-port-labs
22
3- go 1.17
3+ go 1.18
44
55require (
66 github.com/go-resty/resty/v2 v2.7.0
You can’t perform that action at this time.
0 commit comments