Skip to content

Commit 025c64e

Browse files
committedFeb 24, 2025·
chore: bump go version
1 parent 9245af8 commit 025c64e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed
 

‎.github/workflows/release.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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: |
@@ -49,7 +49,6 @@ jobs:
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
@@ -62,7 +61,6 @@ jobs:
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-

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22.5@sha256:86a3c48a61915a8c62c0e1d7594730399caa3feb73655dfe96c7bc17710e96cf AS builder
1+
FROM golang:1.23.4@sha256:485362700179995808807601732516969044780959568521669549157f91742c AS builder
22
WORKDIR /app
33

44
ARG VERSION

0 commit comments

Comments
 (0)
Please sign in to comment.