File tree Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,11 @@ jobs:
2222 with :
2323 # Allow goreleaser to access older tag information.
2424 fetch-depth : 0
25- - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
25+ - name : Setup Go environment
26+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2627 with :
27- go-version-file : ' go.mod '
28- cache : true
28+ go-version : ' 1.24 '
29+ cache : false
2930 - name : Import GPG key
3031 uses : crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0
3132 id : import_gpg
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ builds:
1515 flags :
1616 - -trimpath
1717 ldflags :
18- - ' -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X github.com/ovh/terraform-provider-ovh/ovh.providerVersion={{.Version}} -X github.com/ovh/terraform-provider-ovh/ovh.providerCommit={{.Commit}}'
18+ - ' -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X github.com/ovh/terraform-provider-ovh/v2/ ovh.providerVersion={{.Version}} -X github.com/ovh/terraform-provider-ovh/v2 /ovh.providerCommit={{.Commit}}'
1919 goos :
2020 - freebsd
2121 - windows
@@ -39,7 +39,7 @@ checksum:
3939signs :
4040 - artifacts : checksum
4141 args :
42- # if you are using this in a GitHub action or some other automated pipeline, you
42+ # if you are using this in a GitHub action or some other automated pipeline, you
4343 # need to pass the batch flag to indicate its not interactive.
4444 - " --batch"
4545 - " --local-user"
Original file line number Diff line number Diff line change 1- golang 1.21.8
1+ golang 1.24.7
Original file line number Diff line number Diff line change @@ -71,5 +71,3 @@ require (
7171)
7272
7373go 1.23.0
74-
75- toolchain go1.24.1
You can’t perform that action at this time.
0 commit comments