ci: fix Go version in ARM build

This commit is contained in:
Ayke van Laethem
2022-05-01 22:50:28 +02:00
committed by Ron Evans
parent cf0b7edc78
commit d1dfa1155c
+1 -1
View File
@@ -264,7 +264,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: '1.17'
go-version: '1.18.1'
- name: Cache Go
uses: actions/cache@v2
with: