File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 23
23
- name : Install Go
24
24
uses : buildjet/setup-go@v5
25
25
with :
26
- go-version : v1.22 .x
26
+ go-version : v1.23 .x
27
27
- uses : buildjet/cache@v4
28
28
with :
29
29
path : |
49
49
needs : semantic-release
50
50
runs-on : ubuntu-latest
51
51
steps :
52
-
53
52
- uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
54
53
55
54
- name : Publish to DockerHub Registry
62
61
dockerfile : Dockerfile
63
62
tags : " latest,v${{ needs.semantic-release.outputs.release-version }}"
64
63
65
-
66
64
helm :
67
65
runs-on : ubuntu-latest
68
66
needs : [semantic-release, docker]
@@ -108,4 +106,3 @@ jobs:
108
106
commit_message : " Release ${{ needs.semantic-release.outputs.release-version }} of ${{ github.repository }}"
109
107
branch : gh-pages
110
108
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
2
2
WORKDIR /app
3
3
4
4
ARG VERSION
You can’t perform that action at this time.
0 commit comments