diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 151bdf9..52161e6 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -9,6 +9,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Go - uses: actions/setup-go@v4 + uses: matthewhughes-uw/setup-go@a02bf28b8a5b4a6b1c25e0490d2e83c9488da3db with: go-version-file: 'go.mod'