File tree Expand file tree Collapse file tree 4 files changed +39
-676
lines changed Expand file tree Collapse file tree 4 files changed +39
-676
lines changed Original file line number Diff line number Diff line change 16
16
- name : Set up Go
17
17
uses : actions/setup-go@v3
18
18
with :
19
- go-version : " 1.16.12 "
19
+ go-version : " 1.19 "
20
20
21
21
- name : Install buildifier
22
22
run : make install-buildifier
36
36
- name : Install Go
37
37
uses : actions/setup-go@v3
38
38
with :
39
- go-version : " 1.16.12 "
39
+ go-version : " 1.19 "
40
40
41
41
- name : Install Node
42
42
uses : actions/setup-node@v3
@@ -104,7 +104,7 @@ jobs:
104
104
- name : Install Go
105
105
uses : actions/setup-go@v3
106
106
with :
107
- go-version : " 1.16.12 "
107
+ go-version : " 1.19 "
108
108
109
109
- name : Fetch Release Artifacts
110
110
uses : actions/download-artifact@v3
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: pixlet
3
3
on :
4
4
pull_request :
5
5
branches :
6
- - ' * '
6
+ - " * "
7
7
8
8
jobs :
9
9
lint :
14
14
- name : Set up Go
15
15
uses : actions/setup-go@v3
16
16
with :
17
- go-version : ' 1.16.12 '
17
+ go-version : " 1.19 "
18
18
19
19
- name : Install buildifier
20
20
run : make install-buildifier
@@ -31,35 +31,35 @@ jobs:
31
31
runs-on : ${{ matrix.os }}
32
32
33
33
steps :
34
- - name : Install Go
35
- uses : actions/setup-go@v3
36
- with :
37
- go-version : ' 1.16.12 '
34
+ - name : Install Go
35
+ uses : actions/setup-go@v3
36
+ with :
37
+ go-version : " 1.19 "
38
38
39
- - name : Install Node
40
- uses : actions/setup-node@v3
41
- with :
42
- node-version : ' 16 '
39
+ - name : Install Node
40
+ uses : actions/setup-node@v3
41
+ with :
42
+ node-version : " 16 "
43
43
44
- - name : Checkout code
45
- uses : actions/checkout@v3
44
+ - name : Checkout code
45
+ uses : actions/checkout@v3
46
46
47
- - name : Install Linux dependencies
48
- if : matrix.os == 'ubuntu-latest'
49
- run : sudo apt-get install -y libwebp-dev
47
+ - name : Install Linux dependencies
48
+ if : matrix.os == 'ubuntu-latest'
49
+ run : sudo apt-get install -y libwebp-dev
50
50
51
- - name : Install macOS dependencies
52
- if : matrix.os == 'macos-latest'
53
- run : brew install webp
51
+ - name : Install macOS dependencies
52
+ if : matrix.os == 'macos-latest'
53
+ run : brew install webp
54
54
55
- - name : Install frontend dependencies
56
- run : npm install
55
+ - name : Install frontend dependencies
56
+ run : npm install
57
57
58
- - name : Build frontend
59
- run : npm run build
58
+ - name : Build frontend
59
+ run : npm run build
60
60
61
- - name : Build
62
- run : make build
61
+ - name : Build
62
+ run : make build
63
63
64
- - name : Test
65
- run : make test
64
+ - name : Test
65
+ run : make test
Original file line number Diff line number Diff line change @@ -11,11 +11,10 @@ require (
11
11
github.com/fogleman/gg v1.3.0
12
12
github.com/fsnotify/fsnotify v1.5.4
13
13
github.com/go-playground/validator/v10 v10.11.0
14
- github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57
14
+ github.com/google/pprof v0.0.0-20220729232143-a41b82acbcb1
15
15
github.com/google/tink/go v1.4.0
16
16
github.com/gorilla/mux v1.8.0
17
17
github.com/gorilla/websocket v1.5.0
18
- github.com/lucasb-eyer/go-colorful v1.2.0
19
18
github.com/mitchellh/hashstructure/v2 v2.0.2
20
19
github.com/nathan-osman/go-sunrise v1.0.0
21
20
github.com/newm4n/go-dfe v0.0.0-20210113055126-9d5f01722db9
@@ -37,6 +36,7 @@ require (
37
36
github.com/PuerkitoBio/goquery v1.5.1 // indirect
38
37
github.com/andybalholm/cascadia v1.1.0 // indirect
39
38
github.com/antchfx/xpath v1.2.1 // indirect
39
+ github.com/chzyer/readline v1.5.0 // indirect
40
40
github.com/davecgh/go-spew v1.1.1 // indirect
41
41
github.com/go-playground/locales v0.14.0 // indirect
42
42
github.com/go-playground/universal-translator v0.18.0 // indirect
You can’t perform that action at this time.
0 commit comments