Skip to content

Commit

Permalink
update ci task
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderMac committed Sep 19, 2023
1 parent dc6de15 commit bcd3506
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.17.x, 1.18.x, 1.19.x, 1.20.x]
go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x]
steps:
- name: Fetch Repository
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Setup Golang caches
uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ matrix.go-version }}-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Fetch Repository
uses: actions/checkout@v3
- name: Run linter
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit bcd3506

Please sign in to comment.