We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4905684 commit 048ecb3Copy full SHA for 048ecb3
.github/workflows/go.yml
@@ -29,12 +29,13 @@ jobs:
29
check-latest: true
30
go-version: 'stable'
31
cache: true
32
- - name: golangci-lint
33
- uses: golangci/golangci-lint-action@v8
34
- name: Install Task
35
uses: arduino/setup-task@v2
36
with:
37
repo-token: ${{ secrets.GITHUB_TOKEN }}
+ - run: task build:static
+ - name: golangci-lint
38
+ uses: golangci/golangci-lint-action@v8
39
- name: Set up Docker
40
uses: docker/setup-qemu-action@v3
41
- name: Set up Docker Buildx
0 commit comments