Skip to content

Commit

Permalink
github-actions: go-version goes with setup-go not checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
nyetwurk committed Dec 19, 2024
1 parent 2968381 commit 0fd9ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
- uses: actions/checkout@v4
with:
go-version: 1.22.x
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
Expand Down

0 comments on commit 0fd9ccb

Please sign in to comment.