File tree 5 files changed +19
-6
lines changed
5 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 26
26
- name : Setup Golang
27
27
uses : actions/setup-go@v2
28
28
with :
29
- go-version : " ^1.16 "
29
+ go-version : " ^1.17 "
30
30
- name : golangci-lint
31
31
uses : golangci/golangci-lint-action@v2
32
32
- name : Build
60
60
- name : Setup Golang
61
61
uses : actions/setup-go@v2
62
62
with :
63
- go-version : " ^1.16 "
63
+ go-version : " ^1.17 "
64
64
- name : Build
65
65
run : |
66
66
curl --disable --silent --show-error --location --max-time 30 "https://raw.githubusercontent.com/ViBiOh/scripts/main/bootstrap" | bash -s -- "-c" "release"
Original file line number Diff line number Diff line change 30
30
- name : Setup Golang
31
31
uses : actions/setup-go@v2
32
32
with :
33
- go-version : " ^1.16 "
33
+ go-version : " ^1.17 "
34
34
- name : Build
35
35
run : make build
36
36
- name : CodeQL
Original file line number Diff line number Diff line change 23
23
- name : Setup Golang
24
24
uses : actions/setup-go@v2
25
25
with :
26
- go-version : " ^1.16 "
26
+ go-version : " ^1.17 "
27
27
- name : Build
28
28
run : make init
29
29
- name : Assets
Original file line number Diff line number Diff line change 1
1
module github.com/ViBiOh/goweb
2
2
3
- go 1.16
3
+ go 1.17
4
4
5
5
require github.com/ViBiOh/httputils/v4 v4.20.1
6
+
7
+ require (
8
+ github.com/beorn7/perks v1.0.1 // indirect
9
+ github.com/cespare/xxhash/v2 v2.1.1 // indirect
10
+ github.com/golang/protobuf v1.5.2 // indirect
11
+ github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
12
+ github.com/prometheus/client_golang v1.11.0 // indirect
13
+ github.com/prometheus/client_model v0.2.0 // indirect
14
+ github.com/prometheus/common v0.26.0 // indirect
15
+ github.com/prometheus/procfs v0.6.0 // indirect
16
+ golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40 // indirect
17
+ google.golang.org/protobuf v1.26.0 // indirect
18
+ )
Original file line number Diff line number Diff line change 8
8
chart :
9
9
spec :
10
10
chart : app
11
- version : " 0.0.74 "
11
+ version : " 0.0.75 "
12
12
sourceRef :
13
13
kind : HelmRepository
14
14
name : vibioh
You can’t perform that action at this time.
0 commit comments