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-07-29 15:36:25 +03:00
parent 09c1eec8f3
commit 11209fe05d
7 changed files with 10 additions and 12 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.17.x
go-version: 1.18.x
- name: Download modules
run: |
go mod download