File tree Expand file tree Collapse file tree 3 files changed +6
-499
lines changed Expand file tree Collapse file tree 3 files changed +6
-499
lines changed Original file line number Diff line number Diff line change 1- name : Go
1+ name : golang
22on : [push]
33
44jobs :
55 build :
66 runs-on : ubuntu-latest
7-
87 steps :
98 - uses : actions/checkout@v4
109 - name : Setup Go
1110 uses : actions/setup-go@v4
1211 with :
1312 go-version : ' 1.21.x'
1413 - name : Install dependencies
15- run : go get .
14+ run : go mod download
1615 - name : Lint
1716 run : go vet ./...
1817 - name : Build
Original file line number Diff line number Diff line change 44
55require (
66 github.com/go-pg/pg/v9 v9.2.0
7- github.com/go-pg/urlstruct v0.2.8 // indirect
87 github.com/gogo/googleapis v1.2.0 // indirect
98 github.com/hashicorp/go-hclog v0.9.0
109 github.com/jaegertracing/jaeger v1.17.1
11- github.com/lib/pq v1.3.0
12- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
13- github.com/modern-go/reflect2 v1.0.1 // indirect
14- github.com/pkg/errors v0.9.1
1510 github.com/spf13/viper v1.6.2
1611)
You can’t perform that action at this time.
0 commit comments