Skip to content

Commit

Permalink
Merge pull request #161 from topolvm/update-go-directive
Browse files Browse the repository at this point in the history
Update go directive and use the version for setup-go
  • Loading branch information
pluser committed Jan 12, 2023
2 parents e45cbfb + 4f59414 commit 992aa05
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 423 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.18"
go-version-file: "go.mod"
- run: make -C e2e setup
- run: make -C e2e init-cluster
- run: make -C e2e test
2 changes: 1 addition & 1 deletion .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: "Setup Go"
uses: actions/setup-go@v3
with:
go-version: "1.18"
go-version-file: "go.mod"

- name: "Setup Helm"
uses: azure/setup-helm@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.18"
go-version-file: "go.mod"
- run: make setup
- run: make check-uncommitted
- run: make
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.18"
go-version-file: "go.mod"
- run: make setup
- run: make image
- run: make tag IMAGE_TAG=${{ steps.check_version.outputs.version }}
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/topolvm/pvc-autoresizer

go 1.17
go 1.18

require (
github.com/go-logr/logr v1.2.3
Expand Down
Loading

0 comments on commit 992aa05

Please sign in to comment.