File tree Expand file tree Collapse file tree 6 files changed +6
-5
lines changed Expand file tree Collapse file tree 6 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v2
12
12
- uses : actions/setup-go@v2
13
13
with :
14
- go-version : 1.19
14
+ go-version : 1.22
15
15
- name : Format
16
16
run : |
17
17
go install github.com/google/go-jsonnet/cmd/jsonnetfmt@latest
Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@v2
13
13
- uses : actions/setup-go@v2
14
14
with :
15
- go-version : 1.19
15
+ go-version : 1.22
16
16
- uses : goreleaser/goreleaser-action@v2
17
17
with :
18
18
distribution : goreleaser
Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v2
12
12
- uses : actions/setup-go@v2
13
13
with :
14
- go-version : ' 1.19 '
14
+ go-version : 1.22
15
15
- run : go test ./... -bench=. -benchmem
16
16
Original file line number Diff line number Diff line change 1
1
module github.com/grafana/jsonnet-language-server
2
2
3
- go 1.19
3
+ go 1.22
4
4
5
5
require (
6
6
github.com/JohannesKaufmann/html-to-markdown v1.5.0
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=
20
20
github.com/gobwas/glob v0.2.3 /go.mod h1:d3Ez4x06l9bZtSvzIay5+Yzi0fmZzPgnTbPcKjJAkT8 =
21
21
github.com/godbus/dbus/v5 v5.0.4 /go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA =
22
22
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38 =
23
+ github.com/google/go-cmp v0.5.9 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
23
24
github.com/google/go-jsonnet v0.20.0 h1:WG4TTSARuV7bSm4PMB4ohjxe33IHT5WVTrJSU33uT4g =
24
25
github.com/google/go-jsonnet v0.20.0 /go.mod h1:VbgWF9JX7ztlv770x/TolZNGGFfiHEVx9G6ca2eUmeA =
25
26
github.com/google/uuid v1.1.1 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ with pkgs;
4
4
mkShell {
5
5
buildInputs = [
6
6
gnused
7
- go_1_19
7
+ go_1_22
8
8
golangci-lint
9
9
gopls
10
10
jsonnet-language-server
You can’t perform that action at this time.
0 commit comments