From 7b2e2ff5d25a69a4217356da8a44719b632606e0 Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Sun, 12 Mar 2023 13:39:39 +0100 Subject: [PATCH] chore: build with go1.20.2 relates to #3560 --- .github/workflows/code.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/composite/bootstrap-go/action.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/gomod.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index 6ed6dde4..143677c5 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -22,7 +22,7 @@ jobs: - name: Install Go uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 with: - go-version: 1.20.1 + go-version: 1.20.2 - name: Checkout code uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Golang CI diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 347c7885..20db9822 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -22,7 +22,7 @@ jobs: - name: Install Go uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 with: - go-version: 1.20.1 + go-version: 1.20.2 - name: Checkout code uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Initialize CodeQL diff --git a/.github/workflows/composite/bootstrap-go/action.yml b/.github/workflows/composite/bootstrap-go/action.yml index ced5bd79..cdd1197e 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.1" + VERSION: "1.20.2" shell: pwsh run: | # Delete conflicting go versions first diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 71faa10d..e0b0ba38 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -20,7 +20,7 @@ jobs: - name: Install Go uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 with: - go-version: 1.20.1 + go-version: 1.20.2 - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c with: node-version: 17.6.0 diff --git a/.github/workflows/gomod.yml b/.github/workflows/gomod.yml index f9fa0dbf..bfb2757d 100644 --- a/.github/workflows/gomod.yml +++ b/.github/workflows/gomod.yml @@ -12,7 +12,7 @@ jobs: - name: Install Go uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 with: - go-version: 1.20.1 + go-version: 1.20.2 - name: Checkout code uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Check for unused dependencies