Skip to content

Commit

Permalink
[no-relnote] on line 33 at golang action fix typo on input varibale
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
  • Loading branch information
ArangoGutierrez committed Feb 27, 2025
1 parent 29e135d commit 8117332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ inputs.golang_versions }}
go-version: ${{ inputs.golang_version }}
- name: Lint
uses: golangci/golangci-lint-action@v6
with:
Expand Down

0 comments on commit 8117332

Please sign in to comment.