File tree 3 files changed +5
-72
lines changed
3 files changed +5
-72
lines changed Original file line number Diff line number Diff line change 1
1
# Terraform Provider release workflow.
2
- name : ' 🚀 Release - ${{ github.ref_name }}'
2
+ name : release
3
+ run-name : ' 🚀 Release - ${{ github.ref_name }}'
3
4
4
5
# This GitHub action creates a release when a tag that matches the pattern
5
6
# "v*" (e.g. v0.1.0) is created.
Original file line number Diff line number Diff line change 1
1
module terraform-provider-postgresql
2
2
3
- go 1.21
3
+ go 1.21.0
4
4
5
5
require (
6
6
github.com/go-playground/validator/v10 v10.22.0
@@ -37,7 +37,6 @@ require (
37
37
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
38
38
github.com/cloudflare/circl v1.3.7 // indirect
39
39
github.com/containerd/containerd v1.7.20 // indirect
40
- github.com/containerd/errdefs v0.1.0 // indirect
41
40
github.com/containerd/log v0.1.0 // indirect
42
41
github.com/containerd/platforms v0.2.1 // indirect
43
42
github.com/cpuguy83/dockercfg v0.3.1 // indirect
You can’t perform that action at this time.
0 commit comments