We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99679f1 commit 11ccb15Copy full SHA for 11ccb15
1 file changed
.github/workflows/go.yml
@@ -34,18 +34,8 @@ jobs:
34
35
- name: Install dependencies
36
run: |
37
- go get github.com/BurntSushi/toml@v1.5.0
38
- go get github.com/alicebob/miniredis/v2@v2.34.0
39
- go get github.com/bwmarrin/snowflake@v0.3.0
40
- go get github.com/dromara/carbon/v2@v2.5.2
41
- go get github.com/guregu/null/v5@v5.0.0
42
- go get github.com/nicksnyder/go-i18n/v2@v2.5.1
43
- go get github.com/patrickmn/go-cache@v2.1.0+incompatible
44
- go get github.com/pkg/errors@v0.9.1
45
- go get github.com/redis/go-redis/v9@v9.7.3
46
- go get github.com/stretchr/testify@v1.10.0
47
- go get golang.org/x/sync@v0.11.0
48
- go get golang.org/x/text@v0.22.0
+ go mod download
+ go mod tidy
49
50
- name: Build
51
run: go build -v ./...
0 commit comments