Skip to content

Commit 66cb823

Browse files
committed
feat: use go 1.20.8
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent a335e86 commit 66cb823

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Docker CI
22

33
on:
44
pull_request:
5-
branches: ['main']
5+
branches: ['main','release/1.20']
66
paths: ['Dockerfile','.github/workflows/ci-docker.yml']
77

88
env:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: publish
22

33
on:
44
push:
5-
branches: ['main']
5+
branches: ['main','release/1.20']
66
tags:
77
- 'v*.*.*'
88

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM cgr.dev/chainguard/wolfi-base AS go
2-
RUN apk update && apk add ca-certificates-bundle build-base openssh go-1.20~=1.20.7
2+
RUN apk update && apk add ca-certificates-bundle build-base openssh go-1.20~=1.20.8
33
ENTRYPOINT /usr/bin/go

0 commit comments

Comments
 (0)