Skip to content

Commit 20c4a1d

Browse files
committed
change to 1.21.3
Signed-off-by: Troy Connor <troy0820@users.noreply.github.com>
1 parent 754ecdd commit 20c4a1d

7 files changed

+50
-18
lines changed

.github/workflows/build_pipelinesrelease_template.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
goVersion:
77
required: false
8-
default: 1.20.7
8+
default: 1.21.3
99
type: string
1010
registry:
1111
required: false

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
required: true
1212
default: ghcr.io
1313
env:
14-
GOVERSION: 1.20.7
14+
GOVERSION: 1.21.3
1515
PORTER_INTEG_FILE: ${{inputs.test_name}}.go
1616

1717
jobs:

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- 'docs/**'
88

99
env:
10-
GOVERSION: 1.20.7
10+
GOVERSION: 1.21.3
1111

1212
jobs:
1313
archive_integration_test:
@@ -117,7 +117,7 @@ jobs:
117117
run: go run mage.go build
118118
shell: bash
119119
- name: Integration Test
120-
env:
120+
env:
121121
PORTER_INTEG_FILE: uninstall_test.go
122-
run: go run mage.go -v TestIntegration
122+
run: go run mage.go -v TestIntegration
123123
shell: bash

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
default: ghcr.io
99

1010
env:
11-
GOVERSION: 1.20.7
11+
GOVERSION: 1.21.3
1212

1313
jobs:
1414
archive_integration_test:
@@ -138,7 +138,7 @@ jobs:
138138
run: go run mage.go build
139139
shell: bash
140140
- name: Integration Test
141-
env:
141+
env:
142142
PORTER_INTEG_FILE: uninstall_test.go
143-
run: go run mage.go -v TestIntegration
143+
run: go run mage.go -v TestIntegration
144144
shell: bash

.github/workflows/porter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
paths-ignore:
77
- 'docs/**'
88
env:
9-
GOVERSION: 1.20.7
9+
GOVERSION: 1.21.3
1010

1111
jobs:
1212
Build:

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module get.porter.sh/porter
22

3-
go 1.20
3+
go 1.21.3
44

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

go.sum

+40-8
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)