Skip to content
This repository was archived by the owner on Jan 15, 2022. It is now read-only.

Commit ce1f712

Browse files
committed
GHA golang 1.14 update, Makefile update
1 parent b366e8d commit ce1f712

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/ci-build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
run: |
6060
docker-compose -f ./tests/docker-compose.yml up -d
6161
vendor/bin/spiral-cs check src tests
62+
go mod vendor
63+
composer update
6264
go test -v -race -cover -coverprofile=jobs.txt -covermode=atomic
6365
go test -v -race -cover ./broker/amqp -coverprofile=amqp.txt -covermode=atomic
6466
go test -v -race -cover ./broker/ephemeral -coverprofile=ephemeral.txt -covermode=atomic

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ install: all
55
uninstall:
66
rm -f /usr/local/bin/rr-jobs
77
test:
8+
go mod vendor
89
composer update
910
go test -v -race -cover
1011
go test -v -race -cover ./broker/amqp

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/spiral/jobs/v2
22

3-
go 1.13
3+
go 1.14
44

55
require (
66
github.com/aws/aws-sdk-go v1.16.14

0 commit comments

Comments
 (0)