Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.

Commit f1a12af

Browse files
committed
chore(deps): update golang docker tag to v1.20
1 parent 5611c08 commit f1a12af

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
inspect:
1010
runs-on: ubuntu-latest
11-
container: golang:1.13
11+
container: golang:1.20
1212
steps:
1313
- uses: actions/checkout@v2
1414
with:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.14-alpine AS builder
1+
FROM golang:1.20-alpine AS builder
22

33
# Install git and gcc.
44
RUN apk add --no-cache git gcc musl-dev

0 commit comments

Comments
 (0)