Skip to content

Commit 6b3aade

Browse files
Bump go to 1.26.5 (#3644)
build: bump go to 1.26.5 security fixes; update go.mod and all workflow go-version refs Signed-off-by: Kim Christensen <kimworking@gmail.com>
1 parent e6fba0c commit 6b3aade

8 files changed

Lines changed: 8 additions & 8 deletions

.github/workflows/build_pipelinesrelease_template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
goVersion:
77
required: false
8-
default: 1.26.4
8+
default: 1.26.5
99
type: string
1010
registry:
1111
required: false

.github/workflows/check-licenses.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Go
2828
uses: actions/setup-go@v7
2929
with:
30-
go-version: 1.26.4
30+
go-version: 1.26.5
3131
cache: true
3232
- name: Install go-licenses
3333
run: go install github.com/google/go-licenses@v1.6.0

.github/workflows/integ-reuseable-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
type: string
1111
default: ghcr.io
1212
env:
13-
GOVERSION: 1.26.4
13+
GOVERSION: 1.26.5
1414
PORTER_INTEG_FILE: ${{inputs.test_name}}.go
1515

1616
permissions:

.github/workflows/porter-integration-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
- "netlify.toml"
1919

2020
env:
21-
GOVERSION: 1.26.4
21+
GOVERSION: 1.26.5
2222
permissions:
2323
contents: read
2424
packages: read

.github/workflows/porter-integration-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
default: ghcr.io
99

1010
env:
11-
GOVERSION: 1.26.4
11+
GOVERSION: 1.26.5
1212
permissions:
1313
contents: read
1414
packages: read

.github/workflows/porter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
- "LICENSE"
1818
- "netlify.toml"
1919
env:
20-
GOVERSION: 1.26.4
20+
GOVERSION: 1.26.5
2121
permissions:
2222
contents: read
2323

.github/workflows/trivy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Go
3131
uses: actions/setup-go@v7
3232
with:
33-
go-version: 1.26.4
33+
go-version: 1.26.5
3434
cache: true
3535
- name: Configure Agent
3636
run: go run mage.go ConfigureAgent

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module get.porter.sh/porter
22

3-
go 1.26.3
3+
go 1.26.5
44

55
// See https://github.com/hashicorp/go-plugin/pull/127 and
66
// https://github.com/hashicorp/go-plugin/pull/163

0 commit comments

Comments
 (0)