Skip to content

Commit 812a39f

Browse files
chore(deps): update dependency go to v1.26.0
1 parent 699b625 commit 812a39f

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
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Go
2424
uses: actions/setup-go@v6
2525
with:
26-
go-version: 1.25.7 # golang-version:go
26+
go-version: 1.26.0 # golang-version:go
2727
check-latest: true
2828

2929
- name: Initialize CodeQL

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Go
2121
uses: actions/setup-go@v6
2222
with:
23-
go-version: 1.25.7 # golang-version:go
23+
go-version: 1.26.0 # golang-version:go
2424
check-latest: true
2525

2626
- name: OCI Metadata for multi-arch image

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Go
1818
uses: actions/setup-go@v6
1919
with:
20-
go-version: 1.25.7 # golang-version:go
20+
go-version: 1.26.0 # golang-version:go
2121
check-latest: true
2222

2323
- name: Lint

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/sickhub/mailu-operator
22

33
go 1.25.0
44

5-
toolchain go1.25.7
5+
toolchain go1.26.0
66

77
require (
88
github.com/oapi-codegen/runtime v1.1.2

0 commit comments

Comments
 (0)