Skip to content

Commit

Permalink
sq
Browse files Browse the repository at this point in the history
  • Loading branch information
schmurfy committed May 4, 2023
1 parent e6b9cb2 commit cf3066a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golang-ci-lint.yaml
Expand Up @@ -15,14 +15,14 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.17'
go-version: '1.18'
cache: false
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
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.29
version: latest

# Optional: working directory, useful for monorepos
# working-directory: somedir
Expand Down

0 comments on commit cf3066a

Please sign in to comment.