File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 - name : Install Go
2424 uses : buildjet/setup-go@v5
2525 with :
26- go-version : v1.22 .x
26+ go-version : v1.23 .x
2727 - uses : buildjet/cache@v4
2828 with :
2929 path : |
4949 needs : semantic-release
5050 runs-on : ubuntu-latest
5151 steps :
52-
5352 - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
5453
5554 - name : Publish to DockerHub Registry
6261 dockerfile : Dockerfile
6362 tags : " latest,v${{ needs.semantic-release.outputs.release-version }}"
6463
65-
6664 helm :
6765 runs-on : ubuntu-latest
6866 needs : [semantic-release, docker]
@@ -108,4 +106,3 @@ jobs:
108106 commit_message : " Release ${{ needs.semantic-release.outputs.release-version }} of ${{ github.repository }}"
109107 branch : gh-pages
110108 repository : ./charts
111-
Original file line number Diff line number Diff line change 1- FROM golang:1.22.5 @sha256:86a3c48a61915a8c62c0e1d7594730399caa3feb73655dfe96c7bc17710e96cf AS builder
1+ FROM golang:1.23.4 @sha256:485362700179995808807601732516969044780959568521669549157f91742c AS builder
22WORKDIR /app
33
44ARG VERSION
You can’t perform that action at this time.
0 commit comments