File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 - name : Set up Go 1.x
1616 uses : actions/setup-go@v2
1717 with :
18- go-version : ^1.15
18+ go-version : ^1.16
1919 id : go
2020
2121 - name : Check out code into the Go module directory
Original file line number Diff line number Diff line change 1414 - name : Set up Go 1.x
1515 uses : actions/setup-go@v2
1616 with :
17- go-version : ^1.15
17+ go-version : ^1.16
1818 id : go
1919
2020 - name : Checkout code
Original file line number Diff line number Diff line change 11TOOL? =vault-plugin-auth-ibmcloud
22TEST? =$$(go list ./... | grep -v /vendor/ )
33EXTERNAL_TOOLS =\
4- github.com/mitchellh/gox
4+ github.com/mitchellh/gox@v1.0.1
55BUILD_TAGS? =${TOOL}
66GOFMT_FILES? =$$(find . -name '*.go' | grep -v vendor )
77TEST_ARGS? =./...
@@ -38,7 +38,7 @@ generate:
3838bootstrap :
3939 @for tool in $(EXTERNAL_TOOLS ) ; do \
4040 echo " Installing/Updating $$ tool" ; \
41- go get -u $$ tool; \
41+ go install $$ tool; \
4242 done
4343
4444fmtcheck :
Original file line number Diff line number Diff line change 11module vault-plugin-auth-ibmcloud
22
3- go 1.14
3+ go 1.16
44
55require (
66 github.com/coreos/go-oidc v2.2.1+incompatible
You can’t perform that action at this time.
0 commit comments