diff --git a/.github/workflows/feature-branches.yaml b/.github/workflows/feature-branches.yaml index 5439f23..eb167ea 100644 --- a/.github/workflows/feature-branches.yaml +++ b/.github/workflows/feature-branches.yaml @@ -12,7 +12,7 @@ jobs: - name: Checkout source codes uses: actions/checkout@v7 - name: Install Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: ${{ matrix.go-version }} - name: Test client with nexus3 instance