Merge pull request #7582 from Roasbeef/go-1-20-3

build: update build system to Go 1.20.3
This commit is contained in:
Olaoluwa Osuntokun 2023-04-06 11:38:49 -07:00 committed by GitHub
commit 6e0a67d05b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -29,7 +29,7 @@ env:
# /dev.Dockerfile
# /make/builder.Dockerfile
# /.github/workflows/release.yml
GO_VERSION: 1.19.7
GO_VERSION: 1.20.3
jobs:
########################

View File

@ -16,7 +16,7 @@ env:
# /dev.Dockerfile
# /make/builder.Dockerfile
# /.github/workflows/main.yml
GO_VERSION: 1.19.7
GO_VERSION: 1.20.3
jobs:
main:

View File

@ -21,7 +21,7 @@ go:
# /make/builder.Dockerfile
# /.github/workflows/main.yml
# /.github/workflows/release.yml
- "1.19.7"
- "1.20.3"
env:
global:

View File

@ -4,7 +4,7 @@
# /make/builder.Dockerfile
# /.github/workflows/main.yml
# /.github/workflows/release.yml
FROM golang:1.19.7-alpine as builder
FROM golang:1.20.3-alpine as builder
# Force Go to use the cgo based DNS resolver. This is required to ensure DNS
# queries required to connect to linked containers succeed.

View File

@ -4,7 +4,7 @@
# /make/builder.Dockerfile
# /.github/workflows/main.yml
# /.github/workflows/release.yml
FROM golang:1.19.7-alpine as builder
FROM golang:1.20.3-alpine as builder
LABEL maintainer="Olaoluwa Osuntokun <laolu@lightning.engineering>"

View File

@ -4,7 +4,7 @@
# /dev.Dockerfile
# /.github/workflows/main.yml
# /.github/workflows/release.yml
FROM golang:1.19.7-buster
FROM golang:1.20.3-buster
MAINTAINER Olaoluwa Osuntokun <laolu@lightning.engineering>