Skip to content

Commit 8755cce

Browse files
authored
chore: update from Go 1.25.7 to Go 1.26.4 (#199)
1 parent 67da7ca commit 8755cce

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Go
3636
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
3737
with:
38-
go-version: "~1.25"
38+
go-version: "~1.26"
3939

4040
- name: Test
4141
run: go test ./... -race
@@ -49,7 +49,7 @@ jobs:
4949
- name: Setup Go
5050
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
5151
with:
52-
go-version: "~1.25"
52+
go-version: "~1.26"
5353

5454
- name: golangci-lint
5555
uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9
@@ -66,7 +66,7 @@ jobs:
6666
- name: Setup Go
6767
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
6868
with:
69-
go-version: "~1.25"
69+
go-version: "~1.26"
7070

7171
- name: Create KinD cluster
7272
uses: helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1.14.0

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Go
2626
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
2727
with:
28-
go-version: "~1.24"
28+
go-version: "~1.26"
2929

3030
- name: Get Version
3131
run: echo "version=$(./scripts/version.sh)" >> $GITHUB_OUTPUT

go.mod

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

3-
go 1.25.7
3+
go 1.26.4
44

55
// Required to import the agentsdk!
66
replace tailscale.com => github.com/coder/tailscale v1.1.1-0.20250829055706-6eafe0f9199e

0 commit comments

Comments
 (0)