diff --git a/.github/workflows/eco-gotests-integration.yml b/.github/workflows/eco-gotests-integration.yml index 8ab3266e1..00d769f58 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.23.5 + go-version: 1.23.6 - 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 1e7c0cee6..ba78dbe19 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Go 1.23 uses: actions/setup-go@v5 with: - go-version: 1.23.5 + go-version: 1.23.6 - uses: actions/checkout@v4 @@ -36,7 +36,7 @@ jobs: - name: Set up Go 1.23 uses: actions/setup-go@v5 with: - go-version: 1.23.5 + go-version: 1.23.6 - uses: actions/checkout@v4 diff --git a/.github/workflows/sync-libs.yaml b/.github/workflows/sync-libs.yaml index 098c0c1e5..313323a9a 100644 --- a/.github/workflows/sync-libs.yaml +++ b/.github/workflows/sync-libs.yaml @@ -24,7 +24,7 @@ jobs: - name: Set up Go 1.23 uses: actions/setup-go@v5 with: - go-version: 1.23.5 + go-version: 1.23.6 - name: Run sync script run: make lib-sync diff --git a/go.mod b/go.mod index f42d45c6a..04a76a9cc 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/openshift-kni/eco-goinfra -go 1.23.5 +go 1.23.6 require ( github.com/Masterminds/semver/v3 v3.3.1