File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 - name : Setup Go
1616 uses : actions/setup-go@v5
1717 with :
18- go-version : 1.23 .x
18+ go-version : 1.24 .x
1919
2020 - run : go mod vendor
2121
Original file line number Diff line number Diff line change 2828 name : Set up Go
2929 uses : actions/setup-go@v5
3030 with :
31- go-version : ' 1.23 '
31+ go-version : ' 1.24 '
3232 -
3333 name : Import GPG key
3434 id : import_gpg
Original file line number Diff line number Diff line change 2424 - name : Set up Go
2525 uses : actions/setup-go@v5
2626 with :
27- go-version : ' 1.23 '
27+ go-version : ' 1.24 '
2828
2929 - name : test
3030 run : make test
Original file line number Diff line number Diff line change 11module github.com/terraform-providers/terraform-provider-postgresql
22
3- go 1.23 .0
3+ go 1.24 .0
44
5- toolchain go1.23 .2
5+ toolchain go1.24 .2
66
77require (
88 github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1
You can’t perform that action at this time.
0 commit comments