diff --git a/.github/workflows/prerequisites.yml b/.github/workflows/prerequisites.yml index f4a5a966d..16fefce77 100644 --- a/.github/workflows/prerequisites.yml +++ b/.github/workflows/prerequisites.yml @@ -7,7 +7,7 @@ jobs: - name: Setup Go 1.19 uses: actions/setup-go@v5 with: - go-version: '1.19' + go-version: '1.25' - name: Install goimports run: go install golang.org/x/tools/cmd/goimports@latest @@ -29,7 +29,7 @@ jobs: - name: Setup Go 1.19 uses: actions/setup-go@v5 with: - go-version: '1.19' + go-version: '1.25' - name: Checkout the repository uses: actions/checkout@v4 @@ -45,7 +45,7 @@ jobs: - name: Setup Go 1.19 uses: actions/setup-go@v5 with: - go-version: '1.19' + go-version: '1.25' - name: Checkout the repository uses: actions/checkout@v4