Skip to content

Commit 0ed19f0

Browse files
committed
ci: fix workflow syntax
1 parent 15c9e0d commit 0ed19f0

File tree

3 files changed

+5
-72
lines changed

3 files changed

+5
-72
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Terraform Provider release workflow.
2-
name: '🚀 Release - ${{ github.ref_name }}'
2+
name: release
3+
run-name: '🚀 Release - ${{ github.ref_name }}'
34

45
# This GitHub action creates a release when a tag that matches the pattern
56
# "v*" (e.g. v0.1.0) is created.

go.mod

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module terraform-provider-postgresql
22

3-
go 1.21
3+
go 1.21.0
44

55
require (
66
github.com/go-playground/validator/v10 v10.22.0
@@ -37,7 +37,6 @@ require (
3737
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
3838
github.com/cloudflare/circl v1.3.7 // indirect
3939
github.com/containerd/containerd v1.7.20 // indirect
40-
github.com/containerd/errdefs v0.1.0 // indirect
4140
github.com/containerd/log v0.1.0 // indirect
4241
github.com/containerd/platforms v0.2.1 // indirect
4342
github.com/cpuguy83/dockercfg v0.3.1 // indirect

0 commit comments

Comments
 (0)