File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
language : go
2
2
3
3
go :
4
- - 1.22.8
4
+ - 1.22.11
5
5
- tip
6
6
7
7
group : bluezone
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ buildimage-fips: login-registry deps
92
92
--build-arg REPO_SOURCE_URL=${REPO_SOURCE_URL} \
93
93
--build-arg BUILD_URL="${BUILD_URL}" \
94
94
--build-arg IMAGE_TAG=$$IMAGE_TAG \
95
- --build-arg BUILDER=$$BUILDER \
95
+ --build-arg BUILDER=$$COMMON_ARMADA_golang_builder \
96
96
--build-arg GOOS="linux" \
97
97
--build-arg GOARCH="amd64" \
98
98
-t $(IMAGE):$(TRAVIS_COMMIT) -f Dockerfile.fips .
Original file line number Diff line number Diff line change 1
1
module github.com/IBM/ibmcloud-storage-utilities/block-storage-attacher
2
2
3
- go 1.22.9
3
+ go 1.22.11
4
4
5
5
replace (
6
6
github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt/v4 v4.1.0
You can’t perform that action at this time.
0 commit comments