Skip to content

Commit

Permalink
Merge pull request #8 from blinklabs-io/feat/go-1.20.8
Browse files Browse the repository at this point in the history
feat: use go 1.20.8
  • Loading branch information
wolf31o2 authored Sep 7, 2023
2 parents a335e86 + 66cb823 commit dc4a237
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docker CI

on:
pull_request:
branches: ['main']
branches: ['main','release/1.20']
paths: ['Dockerfile','.github/workflows/ci-docker.yml']

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: publish

on:
push:
branches: ['main']
branches: ['main','release/1.20']
tags:
- 'v*.*.*'

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM cgr.dev/chainguard/wolfi-base AS go
RUN apk update && apk add ca-certificates-bundle build-base openssh go-1.20~=1.20.7
RUN apk update && apk add ca-certificates-bundle build-base openssh go-1.20~=1.20.8
ENTRYPOINT /usr/bin/go

0 comments on commit dc4a237

Please sign in to comment.