Skip to content

Commit 930f2f4

Browse files
chore(deps): update dependency go to 1.26 (#23)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f369ee3 commit 930f2f4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v6
1919
with:
20-
go-version: 1.25
20+
go-version: 1.26
2121

2222
- name: Build
2323
run: go build -v ./...
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- uses: actions/setup-go@v6
3232
with:
33-
go-version: 1.25
33+
go-version: 1.26
3434
- uses: actions/checkout@v6
3535
- name: golangci-lint
3636
uses: golangci/golangci-lint-action@v9

.github/workflows/sec-code-scanning.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Set up Go
4343
uses: actions/setup-go@v6
4444
with:
45-
go-version: 1.25
45+
go-version: 1.26
4646

4747
- name: Build
4848
run: go build -v ./...

0 commit comments

Comments
 (0)