File tree 5 files changed +6
-4
lines changed
5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 30
30
- name : Set up Go
31
31
uses : actions/setup-go@v3
32
32
with :
33
- go-version : 1.21
33
+ go-version : 1.21.3
34
34
- name : Checkout repo
35
35
uses : actions/checkout@v3
36
36
- name : Lint the codebase
Original file line number Diff line number Diff line change 14
14
- name : Set up Go
15
15
uses : actions/setup-go@v2
16
16
with :
17
- go-version : 1.21
17
+ go-version : 1.21.3
18
18
- name : Run GoReleaser
19
19
uses : goreleaser/goreleaser-action@v2
20
20
with :
Original file line number Diff line number Diff line change 1
- FROM --platform=$BUILDPLATFORM golang:1.21-alpine as builder
1
+ FROM --platform=$BUILDPLATFORM golang:1.21.3 -alpine as builder
2
2
LABEL maintainer=
"Antonio Mika <[email protected] >"
3
3
4
4
ENV CGO_ENABLED 0
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ require (
28
28
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
29
29
github.com/chenzhuoyu/iasm v0.9.0 // indirect
30
30
github.com/dchest/bcrypt_pbkdf v0.0.0-20150205184540-83f37f9c154a // indirect
31
- github.com/gabriel-vasile/mimetype v1.4.2 // indirect
31
+ github.com/gabriel-vasile/mimetype v1.4.3 // indirect
32
32
github.com/gin-contrib/sse v0.1.0 // indirect
33
33
github.com/go-playground/locales v0.14.1 // indirect
34
34
github.com/go-playground/universal-translator v0.18.1 // indirect
Original file line number Diff line number Diff line change @@ -96,6 +96,8 @@ github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4
96
96
github.com/fsnotify/fsnotify v1.6.0 /go.mod h1:sl3t1tCWJFWoRz9R8WJCbQihKKwmorjAbSClcnxKAGw =
97
97
github.com/gabriel-vasile/mimetype v1.4.2 h1:w5qFW6JKBz9Y393Y4q372O9A7cUSequkh1Q7OhCmWKU =
98
98
github.com/gabriel-vasile/mimetype v1.4.2 /go.mod h1:zApsH/mKG4w07erKIaJPFiX0Tsq9BFQgN3qGY5GnNgA =
99
+ github.com/gabriel-vasile/mimetype v1.4.3 h1:in2uUcidCuFcDKtdcBxlR0rJ1+fsokWf+uqxgUFjbI0 =
100
+ github.com/gabriel-vasile/mimetype v1.4.3 /go.mod h1:d8uq/6HKRL6CGdk+aubisF/M5GcPfT7nKyLpA0lbSSk =
99
101
github.com/gin-contrib/sse v0.1.0 h1:Y/yl/+YNO8GZSjAhjMsSuLt29uWRFHdHYUb5lYOV9qE =
100
102
github.com/gin-contrib/sse v0.1.0 /go.mod h1:RHrZQHXnP2xjPF+u1gW/2HnVO7nvIa9PG3Gm+fLHvGI =
101
103
github.com/gin-gonic/gin v1.8.1 h1:4+fr/el88TOO3ewCmQr8cx/CtZ/umlIRIs5M4NTNjf8 =
You can’t perform that action at this time.
0 commit comments