Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_pipelinesrelease_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
inputs:
goVersion:
required: false
default: 1.26.4
default: 1.26.5
type: string
registry:
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v7
with:
go-version: 1.26.4
go-version: 1.26.5
cache: true
- name: Install go-licenses
run: go install github.com/google/go-licenses@v1.6.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integ-reuseable-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
type: string
default: ghcr.io
env:
GOVERSION: 1.26.4
GOVERSION: 1.26.5
PORTER_INTEG_FILE: ${{inputs.test_name}}.go

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/porter-integration-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
- "netlify.toml"

env:
GOVERSION: 1.26.4
GOVERSION: 1.26.5
permissions:
contents: read
packages: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/porter-integration-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
default: ghcr.io

env:
GOVERSION: 1.26.4
GOVERSION: 1.26.5
permissions:
contents: read
packages: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/porter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
- "LICENSE"
- "netlify.toml"
env:
GOVERSION: 1.26.4
GOVERSION: 1.26.5
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v7
with:
go-version: 1.26.4
go-version: 1.26.5
cache: true
- name: Configure Agent
run: go run mage.go ConfigureAgent
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module get.porter.sh/porter

go 1.26.3
go 1.26.5

// See https://github.com/hashicorp/go-plugin/pull/127 and
// https://github.com/hashicorp/go-plugin/pull/163
Expand Down