File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
- name : Set up Go 1.x
16
16
uses : actions/setup-go@v2
17
17
with :
18
- go-version : ^1.15
18
+ go-version : ^1.16
19
19
id : go
20
20
21
21
- name : Check out code into the Go module directory
Original file line number Diff line number Diff line change 14
14
- name : Set up Go 1.x
15
15
uses : actions/setup-go@v2
16
16
with :
17
- go-version : ^1.15
17
+ go-version : ^1.16
18
18
id : go
19
19
20
20
- name : Checkout code
Original file line number Diff line number Diff line change 1
1
TOOL? =vault-plugin-auth-ibmcloud
2
2
TEST? =$$(go list ./... | grep -v /vendor/ )
3
3
EXTERNAL_TOOLS =\
4
- github.com/mitchellh/gox
4
+ github.com/mitchellh/gox@v1.0.1
5
5
BUILD_TAGS? =${TOOL}
6
6
GOFMT_FILES? =$$(find . -name '*.go' | grep -v vendor )
7
7
TEST_ARGS? =./...
@@ -38,7 +38,7 @@ generate:
38
38
bootstrap :
39
39
@for tool in $(EXTERNAL_TOOLS ) ; do \
40
40
echo " Installing/Updating $$ tool" ; \
41
- go get -u $$ tool; \
41
+ go install $$ tool; \
42
42
done
43
43
44
44
fmtcheck :
Original file line number Diff line number Diff line change 1
1
module vault-plugin-auth-ibmcloud
2
2
3
- go 1.14
3
+ go 1.16
4
4
5
5
require (
6
6
github.com/coreos/go-oidc v2.2.1+incompatible
You can’t perform that action at this time.
0 commit comments