Skip to content

Commit dc4a237

Browse files
authored
Merge pull request #8 from blinklabs-io/feat/go-1.20.8
feat: use go 1.20.8
2 parents a335e86 + 66cb823 commit dc4a237

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)