change job go version

This commit is contained in:
Sergei Makarov
2022-09-05 00:32:30 +04:00
parent 9a83aab697
commit 03d34f5477
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.17
- name: Build
run: go build -v ./...