Skip to content

Commit

Permalink
test go 18 without lint cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mpanchajanya committed Sep 29, 2023
1 parent 0c6afad commit 60858f4
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.18
id: go

- name: go cache
Expand All @@ -70,14 +70,6 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Cache linting
uses: actions/cache@v3
with:
path: ${{ runner.temp }}/lint_cache
key: ${{ runner.os }}-lint-cache-2

- name: Run lint checks
env:
GOLANGCI_LINT_CACHE: ${{ runner.temp }}/lint_cache
run: |
make lint

0 comments on commit 60858f4

Please sign in to comment.