Skip to content

Commit

Permalink
Release Action is failing.
Browse files Browse the repository at this point in the history
- Fix go version parity with other Actions. (Error is related to the
  linter which works in other GH Actions.)

Signed-off-by: Brendan Winter <bwinter@vmware.com>
  • Loading branch information
bwinter committed Jul 27, 2023
1 parent ac1c724 commit 82d0d77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
strategy:
matrix:
go: [ "1.18.x", "1.19.x", "1.20.x" ]

steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.17
go-version: 1.18

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down

0 comments on commit 82d0d77

Please sign in to comment.