Skip to content

Commit ddebda5

Browse files
committed
github/workflows/main: only run staticcheck on the lastest version
Tests and build should work on both supported versions, but we can lint only the most recent one.
1 parent 2184878 commit ddebda5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
- run: go mod download
6363

6464
- run: make staticcheck
65+
if: matrix.go_version == '1.18'
6566

6667
- run: make gotest
6768
env:

0 commit comments

Comments
 (0)