Skip to content

Commit 98cf7ab

Browse files
fix(deps): update dependency go to v1.26.1
1 parent b8faebe commit 98cf7ab

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Set up Go
4242
uses: actions/setup-go@v6
4343
with:
44-
go-version: 1.26.0
44+
go-version: 1.26.1
4545

4646
# Initializes the CodeQL tools for scanning.
4747
- name: Initialize CodeQL

.github/workflows/go-test.yml

Lines changed: 1 addition & 1 deletion
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.26.0
20+
go-version: 1.26.1
2121

2222
- name: Test
2323
run: go test -v ./... -cover

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v6
2222
with:
23-
go-version: 1.26.0
23+
go-version: 1.26.1
2424
- uses: go-semantic-release/action@v1
2525
with:
2626
changelog-generator-opt: "emojis=true"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/steffakasid/wiper
22

3-
go 1.26.0
3+
go 1.26.1
44

55
require (
66
github.com/getsops/sops/v3 v3.12.1

0 commit comments

Comments
 (0)