Skip to content

Commit

Permalink
Delete .github/workflows/lsif.yml (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknwon authored Sep 3, 2024
1 parent e61b0d1 commit b66f748
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 34 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.20.x
go-version: 1.23.x
cache: true
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
Expand All @@ -38,14 +38,14 @@ jobs:
name: Test
strategy:
matrix:
go-version: [ 1.19.x, 1.20.x ]
go-version: [ 1.22.x, 1.23.x ]
platform: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
cache: true
Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/lsif.yml

This file was deleted.

0 comments on commit b66f748

Please sign in to comment.