Skip to content

Commit

Permalink
lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kwent committed Nov 2, 2023
1 parent 61d9f14 commit 6575d88
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Set up Go 1.x
uses: actions/setup-go@v4
env:
GO111MODULE: off
with:
go-version: 1.21
id: go
- name: Run Golangci Linter
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit 6575d88

Please sign in to comment.