Skip to content

Commit d2273fa

Browse files
chore(deps): update dependency go to v1.25.6
1 parent d90c344 commit d2273fa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- uses: actions/setup-go@v6
1515
with:
16-
go-version: "1.24.5"
16+
go-version: "1.25.6"
1717

1818
- name: Cache Go modules
1919
uses: actions/cache@v5

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v6
1111
- uses: actions/setup-go@v6
1212
with:
13-
go-version: "1.24.5"
13+
go-version: "1.25.6"
1414

1515
- name: Set tag in environment
1616
run: echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV # extracts the tag name from refs/tags/v1.2.3

0 commit comments

Comments
 (0)