Skip to content

Commit d6170cf

Browse files
chore(deps): update dependency go to v1.26.3 (#84)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1b1270b commit d6170cf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint-test.yml

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@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
1515
with:
16-
go-version: "1.26.2"
16+
go-version: "1.26.3"
1717

1818
- name: golangci-lint
1919
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9

.github/workflows/stress-test.yaml

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

1515
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
1616
with:
17-
go-version: "1.26.2"
17+
go-version: "1.26.3"
1818

1919
- name: Run stress tests
2020
id: stress_test

0 commit comments

Comments
 (0)