File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,14 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
env :
12
12
GO111MODULE : on
13
+ GOPATH : /home/runner/go
13
14
steps :
14
15
- uses : actions/checkout@v3
15
16
- uses : actions/setup-go@v4
16
17
with :
17
18
go-version : ' 1.20'
18
19
check-latest : true
19
20
20
- - name : environment
21
- run : |
22
- env | sort
23
-
24
21
- name : Setup tools
25
22
run : |
26
23
make tools
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ version := "v3.0.0"
2
2
3
3
commit := $(shell git rev-parse --short HEAD)
4
4
5
-
6
5
build : dist/sso-auth dist/sso-proxy
7
6
8
7
dist/sso-auth :
@@ -16,7 +15,7 @@ dist/sso-proxy:
16
15
go build -mod=readonly -o dist/sso-proxy ./cmd/sso-proxy
17
16
18
17
tools :
19
- go get github.com/rakyll/statik
18
+ go install github.com/rakyll/statik
20
19
21
20
test :
22
21
./scripts/test
You can’t perform that action at this time.
0 commit comments