diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a03a5d..2b14060 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,19 +7,19 @@ on: branches: [ "main" ] jobs: -# lint: -# name: Lint -# runs-on: ubuntu-latest -# steps: -# - uses: actions/checkout@v4 -# - uses: actions/setup-go@v5 -# with: -# go-version: '1.23' -# cache: false -# - name: golangci-lint -# uses: golangci/golangci-lint-action@v6 -# with: -# version: v2.8.0 + lint: + name: Lint + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 + with: + go-version: '1.23' + cache: false + - name: golangci-lint + uses: golangci/golangci-lint-action@v6 + with: + version: latest test: name: Test diff --git a/.golangci.yml b/.golangci.yml index ab0ce68..ee14cc5 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,5 +1,4 @@ # Options for analysis running. -version: 2 run: timeout: 5m