Skip to content

Commit

Permalink
Bump go version to v1.20 (#129)
Browse files Browse the repository at this point in the history
* Bump go version to v1.21

Signed-off-by: Rashmi Gottipati <chowdary.grashmi@gmail.com>

* Fix indentation

Signed-off-by: Rashmi Gottipati <chowdary.grashmi@gmail.com>

* Bump go version to 1.20

Signed-off-by: Rashmi Gottipati <chowdary.grashmi@gmail.com>

---------

Signed-off-by: Rashmi Gottipati <chowdary.grashmi@gmail.com>
  • Loading branch information
rashmigottipati authored Oct 16, 2023
1 parent 68e4758 commit 6ac17cf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
name: lint
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.19
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version-file: "go.mod"
- run: make lint
6 changes: 3 additions & 3 deletions .github/workflows/test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
name: unit
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.19
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version-file: "go.mod"
- run: make test
- uses: shogo82148/actions-goveralls@v1
with:
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 github.com/operator-framework/java-operator-plugins

go 1.19
go 1.20

require github.com/spf13/pflag v1.0.5

Expand Down

0 comments on commit 6ac17cf

Please sign in to comment.