File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 - name : Set up Go
1616 uses : actions/setup-go@v5
1717 with :
18- go-version : ^1.24
18+ go-version : ^1.25
1919
2020 - name : Release
2121 uses : goreleaser/goreleaser-action@v5
Original file line number Diff line number Diff line change 1414 - name : Set up Go
1515 uses : actions/setup-go@v5
1616 with :
17- go-version : ^1.24
17+ go-version : ^1.25
1818
1919 - name : Test
2020 run : make test
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ environment variable. To test it one can use the following command:
4242plesk version
4343```
4444
45- Alternative way if you have Go 1.24 + installed:
45+ Alternative way if you have Go 1.25 + installed:
4646
4747```
4848go install github.com/plesk/pleskapp/plesk
Original file line number Diff line number Diff line change 22
33module github.com/plesk/pleskapp/plesk
44
5- go 1.24.0
5+ go 1.25
66
77require (
88 github.com/go-resty/resty/v2 v2.16.5
You can’t perform that action at this time.
0 commit comments