Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: Harshavardhana <harsha@minio.io>
  • Loading branch information
harshavardhana authored Jan 9, 2024
1 parent ff772ce commit e0f3081
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI tests
name: Vault Integration CI tests

on:
push:
pull_request:
branches:
- master

Expand All @@ -13,7 +13,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21.4
go-version: 1.21.5
check-latest: true
id: go
- name: Check out code
Expand Down

0 comments on commit e0f3081

Please sign in to comment.