diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 3308509..f27cd60 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: stable + go-version-file: 'go.mod' - name: golangci-lint uses: golangci/golangci-lint-action@v6 build: @@ -41,7 +41,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: stable + go-version-file: 'go.mod' - name: Build run: make - name: Test