diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cf6c350..c45ed8c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: 1.20.x + go-version: 1.25.x - name: Checkout code uses: actions/checkout@v4 - name: Test code @@ -36,7 +36,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: 1.20.x + go-version: 1.25.x - name: Checkout code uses: actions/checkout@v4 with: