Skip to content

Commit

Permalink
Update Action version
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarszoon committed Nov 1, 2024
1 parent 1bdd8e1 commit bbba629
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,15 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.20"
cache: false
go-version: "1.21.0"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v5
with:
# Require: The version of golangci-lint to use.
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
# When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit.
version: v1.53

version: latest
args: --timeout=5m
# Optional: working directory, useful for monorepos
# working-directory: somedir

Expand Down

0 comments on commit bbba629

Please sign in to comment.