Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
  • Loading branch information
cthulhu-rider committed Feb 27, 2024
1 parent fa7719a commit 7b68473
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,15 @@ jobs:
run: bash <(curl -s https://codecov.io/bash)

lint:
runs-on: ubuntu-20.04
name: Lint
runs-on: ubuntu-latest

steps:
- name: Setup go
uses: actions/setup-go@v5
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.20

- name: Check out code
uses: actions/checkout@v4

go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: latest
only-new-issues: true

0 comments on commit 7b68473

Please sign in to comment.