Skip to content

Commit

Permalink
Update CI (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
emcfarlane authored Nov 28, 2024
1 parent 91250e0 commit 717d67e
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.19.3]
go-version: [1.23]
steps:
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.50.1

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

# Optional: golangci-lint command line arguments.
#args: ./ ./cmd/... ./testpb/...

# Optional: show only new issues if it's a pull request. The default value is `false`.
# only-new-issues: true
- uses: actions/checkout@v4
- run: go test ./...

0 comments on commit 717d67e

Please sign in to comment.