File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 39
39
- name : Set up Go
40
40
uses : actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2
41
41
with :
42
- go-version : ' 1.22 '
42
+ go-version : ' 1.24 '
43
43
- name : Check if yq is installed
44
44
id : check_yq
45
45
run : |
Original file line number Diff line number Diff line change 41
41
- name : Checkout repository
42
42
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
43
43
- name : Install go
44
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
44
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
45
45
with :
46
46
go-version : 1.23
47
47
- name : Install helm
Original file line number Diff line number Diff line change @@ -19,17 +19,17 @@ jobs:
19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
22
- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
22
+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
23
23
with :
24
- go-version : ' 1.22 '
24
+ go-version : ' 1.24 '
25
25
- name : Install helm
26
26
uses : azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3
27
27
with :
28
28
token : ${{ secrets.GITHUB_TOKEN }}
29
29
- name : Package helm chart
30
30
run : ./scripts/build-chart && BUILD_TARGET=helm-project-operator ./scripts/build-chart
31
31
- name : golangci-lint
32
- uses : golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6
32
+ uses : golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6
33
33
with :
34
34
# Require: The version of golangci-lint to use.
35
35
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
Original file line number Diff line number Diff line change 63
63
- name : Set up Docker Buildx
64
64
uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
65
65
- name : Log in to the Container registry
66
- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
66
+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
67
67
with :
68
68
registry : ${{ env.GHCR_REGISTRY }}
69
69
username : ${{ github.actor }}
@@ -106,7 +106,7 @@ jobs:
106
106
- name : Set up Docker Buildx
107
107
uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
108
108
- name : Log in to the Container registry
109
- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
109
+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
110
110
with :
111
111
registry : ${{ env.GHCR_REGISTRY }}
112
112
username : ${{ github.actor }}
Original file line number Diff line number Diff line change 34
34
fetch-depth : 0
35
35
- run : git fetch --force --tags
36
36
- name : setup Go
37
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
37
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
38
38
with :
39
39
go-version : 1.22
40
40
- name : Check if yq is installed
86
86
- name : Set up Docker Buildx
87
87
uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
88
88
- name : Log in to the Container registry
89
- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
89
+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
90
90
with :
91
91
registry : ${{ env.GHCR_REGISTRY }}
92
92
username : ${{ github.actor }}
@@ -130,7 +130,7 @@ jobs:
130
130
with :
131
131
fetch-depth : 0
132
132
- name : Log in to the Container registry
133
- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
133
+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
134
134
with :
135
135
registry : ${{ env.REGISTRY }}
136
136
username : ${{ env.DOCKER_USERNAME }}
You can’t perform that action at this time.
0 commit comments