File tree 4 files changed +4
-3
lines changed
4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 19
19
- name : Set up Go
20
20
uses : actions/setup-go@v4
21
21
with :
22
- go-version : 1.19
22
+ go-version : 1.21
23
23
24
24
- name : Vet
25
25
run : go vet ./...
Original file line number Diff line number Diff line change 17
17
- name : golangci-lint
18
18
uses : golangci/golangci-lint-action@v3
19
19
with :
20
- version : v1.51
20
+ version : v1.54
Original file line number Diff line number Diff line change 1
1
module github.com/NETWAYS/check_logstash
2
2
3
- go 1.19
3
+ go 1.21
4
4
5
5
require (
6
6
github.com/NETWAYS/go-check v0.5.0
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg
10
10
github.com/golang/protobuf v1.5.3 /go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY =
11
11
github.com/google/go-cmp v0.5.5 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
12
12
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38 =
13
+ github.com/google/go-cmp v0.5.9 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
13
14
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8 =
14
15
github.com/inconshreveable/mousetrap v1.1.0 /go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw =
15
16
github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI =
You can’t perform that action at this time.
0 commit comments