Skip to content

Use Go version defined in go.mod for running Go linter action #998

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 4, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
WIP - checking Go version
  • Loading branch information
jjngx committed Mar 4, 2025
commit 1e3d6241537f4d5d1bc262ba692f5ec42ca84d47
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
- name: Setup Golang Environment
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: stable
#go-version: stable

Check failure on line 30 in .github/workflows/lint.yml

View workflow job for this annotation

GitHub Actions / YAML lint

[yamllint] reported by reviewdog 🐶 [warning] missing starting space in comment (comments) Raw Output: ./.github/workflows/lint.yml:30:12: [warning] missing starting space in comment (comments)
go-version: '1.23.6'

- name: Lint Go
uses: golangci/golangci-lint-action@051d91933864810ecd5e2ea2cfd98f6a5bca5347 # v6.3.2
Expand Down
Loading