diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index cc6e108f..508356fb 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -22,7 +22,7 @@ jobs: - name: Install Go uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 with: - go-version: 1.20.2 + go-version: 1.20.5 - name: Checkout code uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - name: Golang CI diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7d8b4d59..bc6619d9 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -22,7 +22,7 @@ jobs: - name: Install Go uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 with: - go-version: 1.20.2 + go-version: 1.20.5 - name: Checkout code uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - name: Initialize CodeQL diff --git a/.github/workflows/composite/bootstrap-go/action.yml b/.github/workflows/composite/bootstrap-go/action.yml index 091c4f79..7de30772 100644 --- a/.github/workflows/composite/bootstrap-go/action.yml +++ b/.github/workflows/composite/bootstrap-go/action.yml @@ -9,7 +9,7 @@ runs: steps: - name: Install Go 🚀 env: - VERSION: "1.20.3" + VERSION: "1.20.5" shell: pwsh run: | # Delete conflicting go versions first diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e7b5517b..8c5a0e0e 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -25,7 +25,7 @@ jobs: - name: Install Go uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 with: - go-version: 1.20.2 + go-version: 1.20.5 - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 with: node-version: 17.6.0 diff --git a/.github/workflows/gomod.yml b/.github/workflows/gomod.yml index 056d7077..f6f619f8 100644 --- a/.github/workflows/gomod.yml +++ b/.github/workflows/gomod.yml @@ -12,7 +12,7 @@ jobs: - name: Install Go uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 with: - go-version: 1.20.2 + go-version: 1.20.5 - name: Checkout code uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - name: Check for unused dependencies