diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 97211cf..f5da1ac 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v5 with: go-version-file: go.mod