Update Go to 1.18 and Alpine to 3.16

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2022-05-24 12:09:08 +03:00
parent 19603ddfc1
commit f4199ab8bc
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
helm-version:
- 3.8.1
- 3.9.0
runs-on: ubuntu-latest
steps:
- name: Checkout
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.17.x
go-version: 1.18.x
- name: Setup CUE
uses: cue-lang/setup-cue@main
- name: Run unit tests