Skip to content

Commit a1ede72

Browse files
committed
chore: bump go version to 1.26.0 (latest stable release)
1 parent 570fb13 commit a1ede72

5 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5454
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
5555
with:
56-
go-version: '1.24.x'
56+
go-version: '1.26.x'
5757
check-latest: true
5858

5959
- name: golangci-lint
@@ -76,7 +76,7 @@ jobs:
7676
- name: govulncheck
7777
uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1.0.4
7878
with:
79-
go-version-input: '1.24.x'
79+
go-version-input: '1.26.x'
8080
check-latest: true
8181

8282
dependency-review:

.github/workflows/pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: actions/setup-go@v4
1212
with:
13-
go-version: '1.21'
13+
go-version: '1.26.x'
14+
check-latest: true
1415

1516
# Quality Gates
1617
- name: Lint

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Go
1414
uses: actions/setup-go@v4
1515
with:
16-
go-version: '1.24.0'
16+
go-version: '1.26.x'
1717

1818
# Multi-platform builds
1919
- name: Build Binaries

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Go
1818
uses: actions/setup-go@v5
1919
with:
20-
go-version: '1.24.x'
20+
go-version: '1.26.x'
2121
check-latest: true
2222

2323
- name: govulncheck

go.mod

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

3-
go 1.24.0
3+
go 1.26.0
44

55
require (
66
github.com/AlecAivazis/survey/v2 v2.3.7

0 commit comments

Comments
 (0)