ci: update to go 1.19 and 1.20

This commit is contained in:
Matthew Penner 2023-03-07 15:20:49 -07:00
parent 43b3496f00
commit 5424c6718e
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ubuntu-20.04] os: [ubuntu-20.04]
go: ["1.18.10", "1.19.5"] go: ["1.19.7", "1.20.2"]
goos: [linux] goos: [linux]
goarch: [amd64, arm64] goarch: [amd64, arm64]

View File

@ -17,7 +17,7 @@ jobs:
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v3 uses: actions/setup-go@v3
with: with:
go-version: "1.18.10" go-version: "1.19.7"
- name: Build release binaries - name: Build release binaries
env: env:

View File

@ -1,5 +1,5 @@
# Stage 1 (Build) # Stage 1 (Build)
FROM golang:1.18-alpine AS builder FROM golang:1.19-alpine AS builder
ARG VERSION ARG VERSION
RUN apk add --update --no-cache git make RUN apk add --update --no-cache git make