File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v4
1313
1414 - name : Set up Go
15- uses : actions/setup-go@v4
15+ uses : actions/setup-go@v5
1616 with :
17- go-version : ' 1.21 '
17+ go-version : ' 1.22.4 '
1818
1919 - name : Build
2020 run : |
Original file line number Diff line number Diff line change 1919 run : echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_ENV
2020
2121 - name : Set up Go
22- uses : actions/setup-go@v4
22+ uses : actions/setup-go@v5
2323 with :
24- go-version : ' 1.21 '
24+ go-version : ' 1.22.4 '
2525
2626 - name : Build
2727 run : |
Original file line number Diff line number Diff line change 11module github.com/nginxinc/nginx-k8s-supportpkg
22
3- go 1.21.5
3+ go 1.22.4
44
55require (
66 github.com/mittwald/go-helm-client v0.12.9
You can’t perform that action at this time.
0 commit comments