updates #207

Merged
vtolstov merged 23 commits from updates into v3 2023-03-24 00:29:35 +03:00
2 changed files with 1 additions and 7 deletions
Showing only changes of commit 8fddaa0455 - Show all commits

View File

@ -12,15 +12,9 @@ jobs:
- name: setup
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.19
- name: checkout
uses: actions/checkout@v3
- name: cache
uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: ${{ runner.os }}-go-
- name: deps
run: go get -v -t -d ./...
- name: test