Skip to content

Commit b81b44b

Browse files
chore(deps): update github workflows
Generated by renovateBot
1 parent 42ee929 commit b81b44b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
- name: Set up Go
3737
uses: actions/setup-go@v6
3838
with:
39-
go-version: "1.25"
39+
go-version: "1.26"
4040

4141
- name: Download Go modules
4242
run: go mod download
4343

4444
- name: Static Check
45-
uses: dominikh/staticcheck-action@v1.4.0
45+
uses: dominikh/staticcheck-action@v1.4.1
4646
with:
4747
version: "latest"
4848
install-go: false

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Set up Go
8282
uses: actions/setup-go@v6
8383
with:
84-
go-version: "1.25"
84+
go-version: "1.26"
8585

8686
- name: Run GoReleaser
8787
uses: goreleaser/goreleaser-action@v7

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Go
2525
uses: actions/setup-go@v6
2626
with:
27-
go-version: "1.25"
27+
go-version: "1.26"
2828
cache: true
2929

3030
- name: Download Go modules

0 commit comments

Comments
 (0)