diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 05c7a6e..3d43ce6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Set up Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 - name: Check out code into the Go module directory uses: actions/checkout@v7