This repository was archived by the owner on Oct 15, 2024. It is now read-only.
Commit 3b710fe 1 parent 0287f7d commit 3b710fe Copy full SHA for 3b710fe
File tree 6 files changed +207
-10
lines changed
6 files changed +207
-10
lines changed Original file line number Diff line number Diff line change 16
16
- name : Setup Go
17
17
uses : actions/setup-go@v2
18
18
with :
19
- go-version : ' 1.15 '
19
+ go-version : ' 1.16 '
20
20
- name : Setup tools
21
21
run : |
22
22
go get golang.org/x/lint/golint
Original file line number Diff line number Diff line change 12
12
- name : Setup Go
13
13
uses : actions/setup-go@v2
14
14
with :
15
- go-version : ' 1.15 '
15
+ go-version : ' 1.16 '
16
16
- name : Checkout code
17
17
uses : actions/checkout@v2
18
18
with :
Original file line number Diff line number Diff line change 1
1
# Source: https://github.com/rebuy-de/golang-template
2
2
3
- FROM golang:1.15 -alpine as builder
3
+ FROM golang:1.16 -alpine as builder
4
4
5
5
RUN apk add --no-cache git make curl openssl
6
6
Original file line number Diff line number Diff line change 1
1
module github.com/rebuy-de/aws-nuke
2
2
3
- go 1.15
3
+ go 1.16
4
4
5
5
require (
6
- github.com/aws/aws-sdk-go v1.34 .12
7
- github.com/fatih/color v1.9 .0
6
+ github.com/aws/aws-sdk-go v1.37 .12
7
+ github.com/fatih/color v1.10 .0
8
8
github.com/golang/mock v1.4.4
9
9
github.com/mb0/glob v0.0.0-20160210091149-1eb79d2de6c4
10
10
github.com/pkg/errors v0.9.1
11
- github.com/sirupsen/logrus v1.6.0
12
- github.com/spf13/cobra v1.0.0
11
+ github.com/sirupsen/logrus v1.7.1
12
+ github.com/spf13/cobra v1.1.3
13
13
github.com/stretchr/testify v1.6.1
14
- golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
15
- gopkg.in/yaml.v2 v2.3 .0
14
+ golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
15
+ gopkg.in/yaml.v2 v2.4 .0
16
16
)
You can’t perform that action at this time.
0 commit comments