Skip to content

Commit

Permalink
chore: pin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenschneider committed Aug 13, 2023
1 parent 4dadc90 commit ce21419
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.5.3

- uses: actions/setup-go@v4
- uses: actions/setup-go@v4.0.1
with:
go-version: '1.20'
cache: false

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v3.6.0
with:
version: "latest"
args: "--timeout=30m"

0 comments on commit ce21419

Please sign in to comment.