Skip to content

Commit 4649f50

Browse files
authored
Update spire version used in integration tests to 1.9.1 (spiffe#225)
Signed-off-by: Max Lambrecht <[email protected]>
1 parent 7bbe3ed commit 4649f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/integration-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -euf -o pipefail
77

88
export SPIFFE_ENDPOINT_SOCKET="unix:/tmp/spire-agent/public/api.sock"
99

10-
spire_version="1.8.7"
10+
spire_version="1.9.1"
1111
spire_folder="spire-${spire_version}"
1212
spire_server_log_file="/tmp/spire-server/server.log"
1313
spire_agent_log_file="/tmp/spire-agent/agent.log"

0 commit comments

Comments
 (0)