Skip to content

Commit 6ac17cf

Browse files
Bump go version to v1.20 (operator-framework#129)
* Bump go version to v1.21 Signed-off-by: Rashmi Gottipati <[email protected]> * Fix indentation Signed-off-by: Rashmi Gottipati <[email protected]> * Bump go version to 1.20 Signed-off-by: Rashmi Gottipati <[email protected]> --------- Signed-off-by: Rashmi Gottipati <[email protected]>
1 parent 68e4758 commit 6ac17cf

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/lint.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
name: lint
88
runs-on: ubuntu-22.04
99
steps:
10-
- uses: actions/setup-go@v2
11-
with:
12-
go-version: 1.19
1310
- uses: actions/checkout@v2
1411
with:
1512
fetch-depth: 0
13+
- uses: actions/setup-go@v3
14+
with:
15+
go-version-file: "go.mod"
1616
- run: make lint

.github/workflows/test-unit.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ jobs:
77
name: unit
88
runs-on: ubuntu-22.04
99
steps:
10-
- uses: actions/setup-go@v2
11-
with:
12-
go-version: 1.19
1310
- uses: actions/checkout@v2
1411
with:
1512
fetch-depth: 0
13+
- uses: actions/setup-go@v3
14+
with:
15+
go-version-file: "go.mod"
1616
- run: make test
1717
- uses: shogo82148/actions-goveralls@v1
1818
with:

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/operator-framework/java-operator-plugins
22

3-
go 1.19
3+
go 1.20
44

55
require github.com/spf13/pflag v1.0.5
66

0 commit comments

Comments
 (0)