Skip to content

Commit ee44a3f

Browse files
committed
TECH Switch to Go 1.25
1 parent 36841ba commit ee44a3f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ environment variable. To test it one can use the following command:
4242
plesk 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
```
4848
go install github.com/plesk/pleskapp/plesk

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module github.com/plesk/pleskapp/plesk
44

5-
go 1.24.0
5+
go 1.25
66

77
require (
88
github.com/go-resty/resty/v2 v2.16.5

0 commit comments

Comments
 (0)