Skip to content

Commit

Permalink
Update development.yaml (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
gallacher committed May 14, 2024
1 parent 2e7344f commit e8f3d09
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Configure git for private modules
run: |
git config --global url."https://csmbot:$TOKEN@github.com".insteadOf "https://github.com"
echo "machine github.com login csmbot password $TOKEN" >> ~/.netrc
- uses: actions/setup-go@v5
with:
go-version: "1.22"
Expand All @@ -39,8 +35,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.56.2
version: latest
skip-cache: true

malware-security-scan:
Expand Down

0 comments on commit e8f3d09

Please sign in to comment.