Skip to content

Commit 559b65d

Browse files
chore(deps): update dependency go to 1.25
1 parent 2c60d9d commit 559b65d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Go
1919
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
2020
with:
21-
go-version: "1.20"
21+
go-version: "1.25"
2222
- name: Checkout Repository
2323
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2424
- name: Run golangci-lint
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup Go
4343
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
4444
with:
45-
go-version: "1.20"
45+
go-version: "1.25"
4646
- name: Install yaegi
4747
run: |
4848
mkdir -p "$HOME/.local/bin"

.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@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
2222
with:
23-
go-version: "1.20"
23+
go-version: "1.25"
2424
- name: Install cyclonedx-gomod
2525
uses: CycloneDX/gh-gomod-generate-sbom@efc74245d6802c8cefd925620515442756c70d8f # v2
2626
with:

0 commit comments

Comments
 (0)