Skip to content

Commit 58a4f61

Browse files
Feb 25th va (#203)
* Update px_logcollect.sh * Update README.md * VA fix
1 parent 2e5b9de commit 58a4f61

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: go
22

33
go:
4-
- 1.22.8
4+
- 1.22.11
55
- tip
66

77
group: bluezone

block-storage-attacher/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ buildimage-fips: login-registry deps
9292
--build-arg REPO_SOURCE_URL=${REPO_SOURCE_URL} \
9393
--build-arg BUILD_URL="${BUILD_URL}" \
9494
--build-arg IMAGE_TAG=$$IMAGE_TAG \
95-
--build-arg BUILDER=$$BUILDER \
95+
--build-arg BUILDER=$$COMMON_ARMADA_golang_builder \
9696
--build-arg GOOS="linux" \
9797
--build-arg GOARCH="amd64" \
9898
-t $(IMAGE):$(TRAVIS_COMMIT) -f Dockerfile.fips .

block-storage-attacher/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/IBM/ibmcloud-storage-utilities/block-storage-attacher
22

3-
go 1.22.9
3+
go 1.22.11
44

55
replace (
66
github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt/v4 v4.1.0

0 commit comments

Comments
 (0)