Skip to content

Commit

Permalink
chore: removed goversion leaving go-version-file
Browse files Browse the repository at this point in the history
  • Loading branch information
alekc committed Sep 18, 2023
1 parent 5b64c73 commit 4632051
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
uses: actions/setup-go@v4
with:
go-version-file: go.mod
go-version: '^1.21.1'
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v6
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
uses: actions/setup-go@v4
with:
go-version-file: go.mod
go-version: '^1.21.1'
- name: Unit tests
env:
GOPATH: /home/runner/go
Expand All @@ -47,7 +46,6 @@ jobs:
uses: actions/setup-go@v4
with:
go-version-file: go.mod
go-version: '^1.21.1'
- uses: helm/kind-action@v1.8.0
id: kind
with:
Expand Down

0 comments on commit 4632051

Please sign in to comment.