File tree 4 files changed +356
-12
lines changed
4 files changed +356
-12
lines changed Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v2
15
15
- uses : actions/setup-go@v2
16
16
with :
17
- go-version : 1.14
17
+ go-version : 1.15
18
18
- run : go mod download
19
19
- run : go test -cpu=1,2 -v ./...
20
20
Original file line number Diff line number Diff line change 1
- FROM golang:1.14 -alpine AS build
1
+ FROM golang:1.15 -alpine AS build
2
2
3
3
RUN apk --no-cache add --update git
4
4
RUN mkdir -p /go/src/github.com/arbourd/concourse-slack-alert-resource
@@ -15,7 +15,7 @@ RUN go build -o /check github.com/arbourd/concourse-slack-alert-resource/check
15
15
RUN go build -o /in github.com/arbourd/concourse-slack-alert-resource/in
16
16
RUN go build -o /out github.com/arbourd/concourse-slack-alert-resource/out
17
17
18
- FROM alpine:3.11
18
+ FROM alpine:3.12
19
19
RUN apk add --no-cache ca-certificates
20
20
21
21
COPY --from=build /check /opt/resource/check
Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ module github.com/arbourd/concourse-slack-alert-resource
2
2
3
3
require (
4
4
github.com/Masterminds/semver v1.5.0
5
- golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
6
- golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
5
+ golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
7
6
)
8
7
9
8
go 1.14
You can’t perform that action at this time.
0 commit comments