Skip to content
This repository was archived by the owner on Aug 14, 2023. It is now read-only.

Commit 6ab00f8

Browse files
chore(deps): update golang docker tag to v1.19
1 parent 71838c3 commit 6ab00f8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
container:
13-
image: golang:1.15-alpine
13+
image: golang:1.19-alpine
1414
steps:
1515
- name: Download OS Dependencies
1616
run: apk add --no-cache git make bash curl tar gcc libc-dev sudo

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.0-experimental
2-
FROM golang:1.15-alpine as builder
2+
FROM golang:1.19-alpine as builder
33
ARG VERSION
44
ENV GOCACHE "/go-build-cache"
55
WORKDIR /src

0 commit comments

Comments
 (0)