diff --git a/.github/workflows/GoCompileTest.yml b/.github/workflows/GoCompileTest.yml index 6a48652..29af0b0 100644 --- a/.github/workflows/GoCompileTest.yml +++ b/.github/workflows/GoCompileTest.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: 1.21