Skip to content

Commit 46e7de4

Browse files
chore(deps): update dependency go to v1.26.0 (#220)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ee55d0a commit 46e7de4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Go 1.22
1212
uses: actions/setup-go@v5
1313
with:
14-
go-version: 1.22
14+
go-version: 1.26
1515

1616
- name: Check out code into the Go module directory
1717
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Go
2828
uses: actions/setup-go@v5
2929
with:
30-
go-version: '1.21'
30+
go-version: '1.26'
3131
cache: true
3232

3333
- name: Run go mod tidy
@@ -64,7 +64,7 @@ jobs:
6464
- name: Set up Go
6565
uses: actions/setup-go@v5
6666
with:
67-
go-version: '1.21'
67+
go-version: '1.26'
6868
cache: true
6969

7070
- name: Run tests

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/yutachaos/kube-job-notifier
22

33
go 1.23
44

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

77
require (
88
github.com/DataDog/datadog-go v4.8.3+incompatible

0 commit comments

Comments
 (0)