diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 6fb9430..cdcc5d8 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -13,14 +13,14 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - uses: extractions/setup-just@v3 - - uses: actions/setup-go@v5 + - uses: actions/checkout@v7 + - uses: extractions/setup-just@v4 + - uses: actions/setup-go@v7 with: - go-version: "1.25" + go-version: "1.27" - uses: golangci/golangci-lint-action@v9 with: - version: v2.10.1 + version: v2.13.2 install-only: true github-token: ${{ secrets.GITHUB_TOKEN }} - run: just lint diff --git a/go.mod b/go.mod index a01305e..11105e6 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module go.bytecodealliance.org/pkg -go 1.25 +go 1.27.1