Merge pull request #182 from ProtonMail/fix/ci-issues

Update github CI
This commit is contained in:
wussler 2022-04-25 16:00:10 +02:00 committed by GitHub
commit 7e0a46f7f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@ jobs:
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep ensure
fi
go get github.com/golangci/golangci-lint/cmd/golangci-lint
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
- name: Test
run: go test -v -race ./...

View file

@ -18,10 +18,10 @@ jobs:
xcode-version: 13.2
id: xcode
- name: Set up Go 1.x
- name: Set up Go 1.15.15
uses: actions/setup-go@v2
with:
go-version: ^1.16
go-version: 1.15.15
id: go
- name: Checkout