diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6371265..0f66ce3 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,9 +17,9 @@ jobs: - uses: actions/checkout@v3 - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: - go-version: '>= 1.21' + go-version-file: ./go.mod - name: Build run: go build -v ./...