Skip to content

Commit

Permalink
feat: update lint
Browse files Browse the repository at this point in the history
  • Loading branch information
boodyvo committed Sep 25, 2024
1 parent df40d96 commit 8925b50
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,18 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with: { fetch-depth: 0 }

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version-file: go.mod

- name: Load Version
id: load-version
run: |
ls -lah
GOLANGCI_VERSION=$(cat .golangci-version)
REV=$(git merge-base origin/master HEAD)
echo "GOLANGCI_VERSION=$GOLANGCI_VERSION" >> $GITHUB_ENV
Expand Down

0 comments on commit 8925b50

Please sign in to comment.