Skip to content

Commit

Permalink
build: bump proto image version to be in sync with golang
Browse files Browse the repository at this point in the history
  • Loading branch information
nandor-magyar committed May 8, 2024
1 parent fceb8e8 commit fc8cf75
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builder_image_protobuf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
push:
runs-on: ubuntu-22.04
needs: build
if: github.ref_name == 'develop'
# if: github.ref_name == 'develop'
environment: Workflow - Protected
steps:
- name: Artifact download
Expand Down
1 change: 1 addition & 0 deletions images/builder-golang/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# note: update this together with protobuf image
FROM docker.io/library/golang:1.22-alpine3.19

ENV GOLANGCI_LINT_CACHE $GOPATH/cache
Expand Down
3 changes: 2 additions & 1 deletion images/builder-protobuf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# this image is our official way of generating proto-files
# for reproducable builds, anywhere
FROM docker.io/library/golang:1.20-alpine3.17
# note: update this together with golang image
FROM docker.io/library/golang:1.22-alpine3.19

ENV GOLANGCI_LINT_CACHE $GOPATH/cache
ENV GOCACHE $GOPATH/cache
Expand Down

0 comments on commit fc8cf75

Please sign in to comment.