Skip to content

Commit 6868e29

Browse files
chore(deps): update dependency go to v1.25.2
1 parent 6a19a42 commit 6868e29

3 files changed

Lines changed: 3 additions & 3 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.2"
1717

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

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/setup-go@v6
1515
with:
16-
go-version: 1.25.1
16+
go-version: 1.25.2
1717
- uses: actions/checkout@v5
1818
- name: golangci-lint
1919
uses: golangci/golangci-lint-action@v6.5.2

.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@v5
1111
- uses: actions/setup-go@v6
1212
with:
13-
go-version: "1.24.5"
13+
go-version: "1.25.2"
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)