chore: upgrade go to 1.20

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
Adphi 2023-02-23 12:07:56 +01:00 committed by Adphi
parent 74aac3fdcb
commit fae73e71bc
2 changed files with 7 additions and 7 deletions

View File

@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: "1.20"
- name: Set up QEMU dependency
uses: docker/setup-qemu-action@v1
@ -62,7 +62,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: "1.20"
- name: Share cache with other actions
uses: actions/cache@v2
@ -91,7 +91,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: "1.20"
- name: Set up QEMU dependency
uses: docker/setup-qemu-action@v1
@ -151,7 +151,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: "1.20"
- name: Set up QEMU dependency
uses: docker/setup-qemu-action@v1
@ -202,7 +202,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: "1.20"
- name: Share cache with other actions
uses: actions/cache@v2
@ -250,7 +250,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: "1.20"
- name: Set up QEMU dependency
uses: docker/setup-qemu-action@v1

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM golang as builder
FROM golang:1.20 as builder
WORKDIR /d2vm