File tree 4 files changed +152
-56
lines changed
4 files changed +152
-56
lines changed Original file line number Diff line number Diff line change 8
8
test :
9
9
env :
10
10
working-directory : ./src
11
- go-version : 1.15
11
+ go-version : 1.19
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Install Go
Original file line number Diff line number Diff line change 1
1
# CI Build
2
- FROM golang:1.18.0 -alpine as builder
2
+ FROM golang:1.19.2 -alpine as builder
3
3
COPY src /build/src
4
4
COPY config /build/config
5
5
WORKDIR /build/src
Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ go 1.14
4
4
5
5
require (
6
6
github.com/HdrHistogram/hdrhistogram-go v1.1.1 // indirect
7
- github.com/fsnotify/fsnotify v1.5.1
7
+ github.com/fsnotify/fsnotify v1.5.4
8
8
github.com/go-chi/chi v4.1.2+incompatible
9
9
github.com/go-chi/render v1.0.1
10
10
github.com/golang/mock v1.6.0
11
11
github.com/magiconair/properties v1.8.6
12
12
github.com/opentracing/opentracing-go v1.2.0
13
13
github.com/qri-io/jsonschema v0.1.2
14
- github.com/rs/zerolog v1.26.1
15
- github.com/spf13/viper v1.10.1
16
- github.com/stretchr/testify v1.7.1
14
+ github.com/rs/zerolog v1.28.0
15
+ github.com/spf13/viper v1.13.0
16
+ github.com/stretchr/testify v1.8.0
17
17
github.com/uber/jaeger-client-go v2.24.0+incompatible
18
18
github.com/uber/jaeger-lib v2.4.1+incompatible
19
19
gopkg.in/h2non/gock.v1 v1.1.2
You can’t perform that action at this time.
0 commit comments