Skip to content

Commit 144e6f9

Browse files
chore(deps): update dependency go to 1.25
1 parent cbae9e7 commit 144e6f9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Set up Go
2121
uses: actions/setup-go@v5
2222
with:
23-
go-version: "1.22"
23+
go-version: "1.25"
2424
- name: Configure Git
2525
run: |
2626
git config --global user.name "$GITHUB_ACTOR"

.github/workflows/static-darwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Set up Go
1919
uses: actions/setup-go@v5
2020
with:
21-
go-version: "1.20"
21+
go-version: "1.25"
2222
- name: Configure Git
2323
run: |
2424
git config --global user.name "Onionpipe CI"

.github/workflows/static-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Set up Go
1919
uses: actions/setup-go@v5
2020
with:
21-
go-version: "1.20"
21+
go-version: "1.25"
2222
- name: Configure Git
2323
run: |
2424
git config --global user.name "Onionpipe CI"

0 commit comments

Comments
 (0)