Skip to content

Commit 033c8dc

Browse files
chore(deps-dev): update dependency go to 1.26.x (#199)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fb1c5e2 commit 033c8dc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Go
1515
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
1616
with:
17-
go-version: 1.25.x
17+
go-version: 1.26.x
1818
- name: Tests
1919
run: make test
2020
- name: Send go coverage report

.github/workflows/pr-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Go
2121
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
2222
with:
23-
go-version: 1.25.x
23+
go-version: 1.26.x
2424
- name: fmt
2525
run: make fmt
2626
- name: vet
@@ -45,7 +45,7 @@ jobs:
4545
- name: Setup Go
4646
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
4747
with:
48-
go-version: 1.25.x
48+
go-version: 1.26.x
4949
- name: test
5050
run: make test
5151
- name: Send go coverage report

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020
- uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
2121
with:
22-
go-version: '1.25.x'
22+
go-version: '1.26.x'
2323
- name: Docker Login
2424
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
2525
with:

0 commit comments

Comments
 (0)