Update to go 1.20

Signed-off-by: James Hewitt <james.hewitt@uk.ibm.com>
(cherry picked from commit 0eb8fee87e)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
James Hewitt 2023-08-27 10:17:46 +01:00 committed by Sebastiaan van Stijn
parent 3316b19810
commit 29b8ba0b93
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19.10
go-version: 1.20.7
- name: Dependencies
run: |

View file

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG GO_VERSION=1.19.10
ARG GO_VERSION=1.20.7
ARG ALPINE_VERSION=3.18
ARG XX_VERSION=1.2.1