diff --git a/.github/workflows/test_and_coverage.yml b/.github/workflows/test_and_coverage.yml index c51e277..11c5aa0 100644 --- a/.github/workflows/test_and_coverage.yml +++ b/.github/workflows/test_and_coverage.yml @@ -16,7 +16,7 @@ jobs: # Checkout the repository - name: Checkout code uses: actions/checkout@v3 - - name: Install Go 1.23 + - name: Install Go 1.23.1 run: | ARCH=$(uname -m) if [ "$ARCH" = "x86_64" ]; then