Skip to content

Commit bce15e7

Browse files
chore(deps): update dependency go to v1.26.2
| datasource | package | from | to | | -------------- | ------- | ------ | ------ | | golang-version | go | 1.26.1 | 1.26.2 |
1 parent 154af82 commit bce15e7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- "*"
77

88
env:
9-
GO_VERSION: 1.26.1
9+
GO_VERSION: 1.26.2
1010

1111
jobs:
1212
goreleaser:

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ concurrency:
2323
group: pre-commit-${{ github.workflow }}-${{ github.ref }}
2424

2525
env:
26-
GO_VERSION: "1.26.1"
26+
GO_VERSION: "1.26.2"
2727
PYTHON_VERSION: "3.14.3"
2828

2929
jobs:

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919
group: ${{ github.workflow }}-${{ github.ref }}
2020

2121
env:
22-
GO_VERSION: "1.26.1"
22+
GO_VERSION: "1.26.2"
2323

2424
permissions:
2525
actions: read

0 commit comments

Comments
 (0)