ci: update setup go version

This commit is contained in:
GreyXor
2022-05-31 12:07:30 +02:00
parent 221240a840
commit 90753c3910

View File

@@ -10,7 +10,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.13
go-version: 1.18
id: go
- name: Check out repository