diff --git a/.github/workflows/aws-integration.yaml b/.github/workflows/aws-integration.yaml index cbcedaa460..bf69c688ce 100644 --- a/.github/workflows/aws-integration.yaml +++ b/.github/workflows/aws-integration.yaml @@ -45,7 +45,7 @@ jobs: environment: development steps: - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: "1.24" - name: Check out code into the Go module directory diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4319a548ca..e6f0c11d42 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: - uses: actions/setup-python@v6 with: python-version: '3.12' - - uses: actions/setup-go@v5 + - uses: actions/setup-go@v6 with: go-version: "1.24" - uses: pre-commit/action@v3.0.1 @@ -79,7 +79,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: "1.24" - name: Check out code into the Go module directory diff --git a/.github/workflows/emailsender-central-compatibility.yaml b/.github/workflows/emailsender-central-compatibility.yaml index e8d30b3914..3d9fb0fff5 100644 --- a/.github/workflows/emailsender-central-compatibility.yaml +++ b/.github/workflows/emailsender-central-compatibility.yaml @@ -33,7 +33,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: "1.24" - name: Cache go module