diff --git a/.github/workflows/eco-gotests-integration.yml b/.github/workflows/eco-gotests-integration.yml index 7efab419f..953f25504 100644 --- a/.github/workflows/eco-gotests-integration.yml +++ b/.github/workflows/eco-gotests-integration.yml @@ -20,7 +20,7 @@ jobs: if: ${{ !contains(github.event.*.labels.*.name, 'ignore-dep-check') }} uses: actions/setup-go@v5 with: - go-version: 1.22.3 + go-version: 1.22.4 - name: Check out the eco-goinfra code if: ${{ !contains(github.event.*.labels.*.name, 'ignore-dep-check') }} diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 8405faac5..764054833 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Go 1.22 uses: actions/setup-go@v5 with: - go-version: 1.22.3 + go-version: 1.22.4 - uses: actions/checkout@v4